Html Css Color HEX #354E87 Tory Blue

📋 copy color: '#354E87'

red 53 ◦ green 78 ◦ blue 135

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

Shades of Tory Blue #354E87

Tints of Tory Blue #354E87

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.32%

 BLUE value IS 135 (53.13% from 255) = 50.75%

R = 19.92%
G = 29.32%
B = 50.75%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#354E87 (or 0x354E87) is known color: Tory Blue. HEX triplet: 35, 4E and 87. RGB value is (53,78,135). Sum of RGB (Red+Green+Blue) = 53+78+135=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #354E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354E87 is #CAB178. Grayscale: #4C4C4C. Windows color (decimal): -13283705 or 8867381. OLE color: 8867381.

HSL color Cylindrical-coordinate representation of color #354E87: hue angle of 221.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #354E87 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 78 135 -
CMYK 0.61 0.42 0 0.47
HSL 221.71º 0.44% 0.37% -
HSV(B) 221.71º 0.61% 0.53% -
XYZ 8.57 7.95 24.01 -
YUV 77.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 53 78 135 0.61 0.42 0 0.47 221.71 0.44 0.37
Hex 35 4E 87 3D 2A 0 2F DE 2C 25
Octal 65 116 207 75 52 0 57 336 54 45
Binary 110101 1001110 10000111 111101 101010 0 101111 11011110 101100 100101

Color Harmonies of #354E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E87

Black with #354E87

Text Example


Text Example

White with #354E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,78,135); }

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

background-color css

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

 a { background-color: rgb(53,78,135); }

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

border-color css

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

 span { border-color: rgb(53,78,135); }

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