#375691

Color #375691 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #375691

Tints of Tory Blue #375691

Color information

#375691 (or 0x375691) is unknown color: approx Tory Blue. HEX triplet: 37, 56 and 91. RGB value is (55,86,145). Sum of RGB (Red+Green+Blue) = 55+86+145=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #375691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375691 is #C8A96E. Grayscale: #535353. Windows color (decimal): -13150575 or 9524791. OLE color: 9524791.

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

Color convert

RGB5586145-
CMYK0.620.4100.43
HSL219.33º45%39.22%-
HSV(B)219.33º62.07%56.86%-
XYZ10.019.5128.1-
YUV83.46162.73107.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 145 (57.03% from 255) = 50.70%
R=19.23%
G=30.07%
B=50.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55861450.620.4100.43219.334539.22
Hex3756913E2902Bdb2d27
Octal6712622176510533335547
Binary110111101011010010001111110101001010101111011011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375691; }

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

 H1.HeaderClassName
 {
   color: #375691;
 }
 .AnyTagClassName
 {
   color: #375691;
 }
</style>
background-color css

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

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

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

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

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

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