Html Css Color HEX #355691 Tory Blue

📋 copy color: '#355691'

red 53 ◦ green 86 ◦ blue 145

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

Shades of Tory Blue #355691

Tints of Tory Blue #355691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.28%

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

R = 18.66%
G = 30.28%
B = 51.06%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#355691 (or 0x355691) is known color: Tory Blue. HEX triplet: 35, 56 and 91. RGB value is (53,86,145). Sum of RGB (Red+Green+Blue) = 53+86+145=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #355691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355691 is #CAA96E. Grayscale: #525252. Windows color (decimal): -13281647 or 9524789. OLE color: 9524789.

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

Color convert

RGB 53 86 145 -
CMYK 0.63 0.41 0 0.43
HSL 218.48º 0.46% 0.39% -
HSV(B) 218.48º 0.63% 0.57% -
XYZ 9.91 9.46 28.09 -
YUV 82.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 53 86 145 0.63 0.41 0 0.43 218.48 0.46 0.39
Hex 35 56 91 3F 29 0 2B DA 2E 27
Octal 65 126 221 77 51 0 53 332 56 47
Binary 110101 1010110 10010001 111111 101001 0 101011 11011010 101110 100111

Color Harmonies of #355691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355691

Black with #355691

Text Example


Text Example

White with #355691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355691; }

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

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

background-color css

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

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

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

border-color css

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

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

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