Html Css Color HEX #354F99 Tory Blue

📋 copy color: '#354F99'

red 53 ◦ green 79 ◦ blue 153

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

Shades of Tory Blue #354F99

Tints of Tory Blue #354F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.72%

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 18.6%
G = 27.72%
B = 53.68%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#354F99 (or 0x354F99) is known color: Tory Blue. HEX triplet: 35, 4F and 99. RGB value is (53,79,153). Sum of RGB (Red+Green+Blue) = 53+79+153=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #354F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354F99 is #CAB066. Grayscale: #4F4F4F. Windows color (decimal): -13283431 or 10047285. OLE color: 10047285.

HSL color Cylindrical-coordinate representation of color #354F99: hue angle of 224.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354F99 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 79 153 -
CMYK 0.65 0.48 0 0.4
HSL 224.4º 0.49% 0.4% -
HSV(B) 224.4º 0.65% 0.6% -
XYZ 10.01 8.65 31.28 -
YUV 79.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 53 79 153 0.65 0.48 0 0.4 224.4 0.49 0.4
Hex 35 4F 99 41 30 0 28 E0 31 28
Octal 65 117 231 101 60 0 50 340 61 50
Binary 110101 1001111 10011001 1000001 110000 0 101000 11100000 110001 101000

Color Harmonies of #354F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F99

Black with #354F99

Text Example


Text Example

White with #354F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354F99; }

 p { color: rgb(53,79,153); }

 H1.HeaderClassName
 {
   color: #354F99;
 }
 .AnyTagClassName
 {
   color: #354F99;
 }
</style>

background-color css

<style>
 a { background-color: #354F99; }

 a { background-color: rgb(53,79,153); }

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

border-color css

<style>
 span { border-color: #354F99; }

 span { border-color: rgb(53,79,153); }

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