Html Css Color HEX #35499E Tory Blue

📋 copy color: '#35499E'

red 53 ◦ green 73 ◦ blue 158

#35499E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #35499E

Tints of Tory Blue #35499E

RGB

 RED value IS 53 (21.09% from 255) = 18.66%

 GREEN value IS 73 (28.91% from 255) = 25.7%

 BLUE value IS 158 (62.11% from 255) = 55.63%

R = 18.66%
G = 25.7%
B = 55.63%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35499E (or 0x35499E) is known color: Tory Blue. HEX triplet: 35, 49 and 9E. RGB value is (53,73,158). Sum of RGB (Red+Green+Blue) = 53+73+158=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #35499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35499E is #CAB661. Grayscale: #4C4C4C. Windows color (decimal): -13284962 or 10373429. OLE color: 10373429.

HSL color Cylindrical-coordinate representation of color #35499E: hue angle of 228.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35499E is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 73 158 -
CMYK 0.66 0.54 0 0.38
HSL 228.57º 0.5% 0.41% -
HSV(B) 228.57º 0.66% 0.62% -
XYZ 10.02 7.99 33.36 -
YUV 76.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 53 73 158 0.66 0.54 0 0.38 228.57 0.5 0.41
Hex 35 49 9E 42 36 0 26 E5 32 29
Octal 65 111 236 102 66 0 46 345 62 51
Binary 110101 1001001 10011110 1000010 110110 0 100110 11100101 110010 101001

Color Harmonies of #35499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35499E

Black with #35499E

Text Example


Text Example

White with #35499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35499E; }

 p { color: rgb(53,73,158); }

 H1.HeaderClassName
 {
   color: #35499E;
 }
 .AnyTagClassName
 {
   color: #35499E;
 }
</style>

background-color css

<style>
 a { background-color: #35499E; }

 a { background-color: rgb(53,73,158); }

 div.DivClassName
 {
   background-color: #35499E;
 }
 .BgClassName
 {
   background-color: #35499E;
 }
</style>

border-color css

<style>
 span { border-color: #35499E; }

 span { border-color: rgb(53,73,158); }

 td.TdClassName
 {
   border-color: #35499E;
 }
 .TagClassName
 {
   border-color: #35499E;
 }
</style>