#375692

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

Shades of Tory Blue #375692

Tints of Tory Blue #375692

Color information

#375692 (or 0x375692) is unknown color: approx Tory Blue. HEX triplet: 37, 56 and 92. RGB value is (55,86,146). Sum of RGB (Red+Green+Blue) = 55+86+146=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #375692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375692 is #C8A96D. Grayscale: #535353. Windows color (decimal): -13150574 or 9590327. OLE color: 9590327.

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

Color convert

RGB5586146-
CMYK0.620.4100.43
HSL219.56º45.27%39.41%-
HSV(B)219.56º62.33%57.25%-
XYZ10.099.5428.5-
YUV83.57163.23107.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=19.16%
G=29.97%
B=50.87%

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
Decimal55861460.620.4100.43219.5645.2739.41
Hex3756923E2902Bdc2d27
Octal6712622276510533345547
Binary110111101011010010010111110101001010101111011100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375692; }

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

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

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

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

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

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

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

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