Html Css Color HEX #354691 Tory Blue

📋 copy color: '#354691'

red 53 ◦ green 70 ◦ blue 145

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

Shades of Tory Blue #354691

Tints of Tory Blue #354691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

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

R = 19.78%
G = 26.12%
B = 54.1%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#354691 (or 0x354691) is known color: Tory Blue. HEX triplet: 35, 46 and 91. RGB value is (53,70,145). Sum of RGB (Red+Green+Blue) = 53+70+145=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #354691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354691 is #CAB96E. Grayscale: #494949. Windows color (decimal): -13285743 or 9520693. OLE color: 9520693.

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

Color convert

RGB 53 70 145 -
CMYK 0.63 0.52 0 0.43
HSL 228.91º 0.46% 0.39% -
HSV(B) 228.91º 0.63% 0.57% -
XYZ 8.77 7.18 27.71 -
YUV 73.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 53 70 145 0.63 0.52 0 0.43 228.91 0.46 0.39
Hex 35 46 91 3F 34 0 2B E5 2E 27
Octal 65 106 221 77 64 0 53 345 56 47
Binary 110101 1000110 10010001 111111 110100 0 101011 11100101 101110 100111

Color Harmonies of #354691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354691

Black with #354691

Text Example


Text Example

White with #354691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354691; }

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

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

background-color css

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

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

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

border-color css

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

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

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