Html Css Color HEX #354891 Tory Blue

📋 copy color: '#354891'

red 53 ◦ green 72 ◦ blue 145

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

Shades of Tory Blue #354891

Tints of Tory Blue #354891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

 BLUE value IS 145 (57.03% from 255) = 53.7%

R = 19.63%
G = 26.67%
B = 53.7%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#354891 (or 0x354891) is known color: Tory Blue. HEX triplet: 35, 48 and 91. RGB value is (53,72,145). Sum of RGB (Red+Green+Blue) = 53+72+145=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #354891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354891 is #CAB76E. Grayscale: #4A4A4A. Windows color (decimal): -13285231 or 9521205. OLE color: 9521205.

HSL color Cylindrical-coordinate representation of color #354891: hue angle of 227.61º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #354891 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 72 145 -
CMYK 0.63 0.50 0 0.43
HSL 227.61º 0.46% 0.39% -
HSV(B) 227.61º 0.63% 0.57% -
XYZ 8.9 7.44 27.75 -
YUV 74.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 53 72 145 0.63 0.50 0 0.43 227.61 0.46 0.39
Hex 35 48 91 3F 32 0 2B E4 2E 27
Octal 65 110 221 77 62 0 53 344 56 47
Binary 110101 1001000 10010001 111111 110010 0 101011 11100100 101110 100111

Color Harmonies of #354891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354891

Black with #354891

Text Example


Text Example

White with #354891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354891; }

 p { color: rgb(53,72,145); }

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

background-color css

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

 a { background-color: rgb(53,72,145); }

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

border-color css

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

 span { border-color: rgb(53,72,145); }

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