Html Css Color HEX #354A99 Tory Blue

📋 copy color: '#354A99'

red 53 ◦ green 74 ◦ blue 153

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

Shades of Tory Blue #354A99

Tints of Tory Blue #354A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

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

R = 18.93%
G = 26.43%
B = 54.64%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#354A99 (or 0x354A99) is known color: Tory Blue. HEX triplet: 35, 4A and 99. RGB value is (53,74,153). Sum of RGB (Red+Green+Blue) = 53+74+153=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #354A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354A99 is #CAB566. Grayscale: #4C4C4C. Windows color (decimal): -13284711 or 10046005. OLE color: 10046005.

HSL color Cylindrical-coordinate representation of color #354A99: hue angle of 227.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 #354A99 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 74 153 -
CMYK 0.65 0.52 0 0.4
HSL 227.4º 0.49% 0.4% -
HSV(B) 227.4º 0.65% 0.6% -
XYZ 9.67 7.95 31.16 -
YUV 76.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 53 74 153 0.65 0.52 0 0.4 227.4 0.49 0.4
Hex 35 4A 99 41 34 0 28 E3 31 28
Octal 65 112 231 101 64 0 50 343 61 50
Binary 110101 1001010 10011001 1000001 110100 0 101000 11100011 110001 101000

Color Harmonies of #354A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A99

Black with #354A99

Text Example


Text Example

White with #354A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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