Html Css Color HEX #354491 Tory Blue

📋 copy color: '#354491'

red 53 ◦ green 68 ◦ blue 145

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

Shades of Tory Blue #354491

Tints of Tory Blue #354491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.56%

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

R = 19.92%
G = 25.56%
B = 54.51%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#354491 (or 0x354491) is known color: Tory Blue. HEX triplet: 35, 44 and 91. RGB value is (53,68,145). Sum of RGB (Red+Green+Blue) = 53+68+145=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #354491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354491 is #CABB6E. Grayscale: #474747. Windows color (decimal): -13286255 or 9520181. OLE color: 9520181.

HSL color Cylindrical-coordinate representation of color #354491: hue angle of 230.22º 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 #354491 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 68 145 -
CMYK 0.63 0.53 0 0.43
HSL 230.22º 0.46% 0.39% -
HSV(B) 230.22º 0.63% 0.57% -
XYZ 8.65 6.94 27.67 -
YUV 72.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 53 68 145 0.63 0.53 0 0.43 230.22 0.46 0.39
Hex 35 44 91 3F 35 0 2B E6 2E 27
Octal 65 104 221 77 65 0 53 346 56 47
Binary 110101 1000100 10010001 111111 110101 0 101011 11100110 101110 100111

Color Harmonies of #354491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354491

Black with #354491

Text Example


Text Example

White with #354491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354491; }

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

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

background-color css

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

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

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

border-color css

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

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

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