COLOR #350A5A

HEX: #350A5A RGB: (53,10,90)

Color info

#350A5A contains mainly red and blue colors. Web safe color of #350A5A is #330066 (or #306).

RGB color model

#350A5A color RGB value is (53,10,90).

RGB: (53,10,90) (21%, 4%, 35%)

RGB channels and saturation

R 53 of 255 = 21%
G 10 of 255 = 4%
B 90 of 255 = 35%

53
10
90

R + G + B ~ 20%. #350A5A is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 10 + 90 = 153 (100%)
R 53 of 153 ~ 34.64%
G 10 of 153 ~ 6.54%
B 90 of 153 ~ 58.82'%

%34.64
%58.82

CMYK color model

#350A5A color CMYK value is (41,89,0,65).

  • cyan value is 41.11%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (41,89,0,65) C41M89Y0K65 (41%,89%,0%,65%) (0.41/0.89/0.00/0.65) 

CMYK percentages

%41.11
%88.89
%0
%64.71

Codes

Color #350A5A in popluar color models

35 0A 5A
RGB 53 10 90
HSL 272° 80.00% 19.61%
HSB/HSV 272° 88.89% 35.29%
CMYK 41.11% 88.89% 0.00%
64.71%

Color #350A5A in popluar number systems.

HEX 35 0A 5A
Decimal 53 10 90
Binary 110101 1010 1011010
Octal 65 12 132

Shades and tints

Shades of #350A5A

#350A5A
(53,10,90)
#310A52
(49,10,82)
#2D0A4A
(45,10,74)
#290A42
(41,10,66)
#250A3A
(37,10,58)
#210A32
(33,10,50)
#1D0A2A
(29,10,42)
#190A22
(25,10,34)
#150A1A
(21,10,26)
#110A12
(17,10,18)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #350A5A

#350A5A
(53,10,90)
#472069
(71,32,105)
#593678
(89,54,120)
#6B4C87
(107,76,135)
#7D6296
(125,98,150)
#8F78A5
(143,120,165)
#A18EB4
(161,142,180)
#B3A4C3
(179,164,195)
#C5BAD2
(197,186,210)
#D7D0E1
(215,208,225)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350A5A color. Also use rgb(53,10,90) instead hex code.

Text Font Color

.myTextColor { color: #350A5A; }

<p style="color:#350A5A">This sample text font color is #350A5A.</p>

This text font color is #350A5A.

Background Color

.myBgColor { background-color: #350A5A; }

<div style="background-color:#350A5A">Inner text</div>

This div background color is #350A5A.

Border color

.myBorderColor { border: 1px solid #350A5A; }

<div style="border:3px solid #350A5A">Div</div>

This div border color is #350A5A.

Opacity

.myOpacity80 { color: #350A5A; opacity: 0.8; }

<p style="color:#350A5A;opacity:0.8;">80%</p>

Text with #350A5A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #350A5A;}

<p style="text-shadow: 3px 3px 1px #350A5A">Text here.</p>

This text has shadow with #350A5A color.


.textShadow {text-shadow: 3px 3px 1px #350A5A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #350A5A, 5px 5px 20px red">Text here.</p>

This text has shadow with #350A5A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#350A5A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#350A5A, Direction=45, Strength=4)">Text</p>

This text has shadow with #350A5A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #350A5A;
-webkit-box-shadow: 1px 1px 3px 2px #350A5A;
box-shadow: 1px 1px 3px 2px #350A5A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #350A5A; -webkit-box-shadow: 1px 1px 3px 2px #350A5A; box-shadow:1px 1px 3px 2px #350A5A;">
Div content here
</div>

This div box has shadow with color #350A5A.

Preview

Color preview on black background

This text has color #350A5A on black background.


Color preview on white background

This text has color #350A5A on white background.


Black color preview on #350A5A background

This text has black color on #350A5A background.


White color preview on #350A5A background

This text has white color on #350A5A background.


Related colors

Complementary color

Complementary color for #hex is #CAF5A5.


I love getcolorcode.com

Triadic colors

1 #5A350A and #0A5A35 with #350A5A are triadic colors.

2 #5A0A35 and #0A355A with #350A5A are triadic colors.