#375694

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

Shades of Tory Blue #375694

Tints of Tory Blue #375694

Color information

#375694 (or 0x375694) is unknown color: approx Tory Blue. HEX triplet: 37, 56 and 94. RGB value is (55,86,148). Sum of RGB (Red+Green+Blue) = 55+86+148=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #375694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375694 is #C8A96B. Grayscale: #535353. Windows color (decimal): -13150572 or 9721399. OLE color: 9721399.

HSL color Cylindrical-coordinate representation of color #375694: hue angle of 220º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #375694 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5586148-
CMYK0.630.4200.42
HSL220º45.81%39.8%-
HSV(B)220º62.84%58.04%-
XYZ10.259.6129.33-
YUV83.8164.23107.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=19.03%
G=29.76%
B=51.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55861480.630.4200.4222045.8139.8
Hex3756943F2A02Adc2e28
Octal6712622477520523345650
Binary110111101011010010100111111101010010101011011100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375694; }

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

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

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

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

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

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

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

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