#375592

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

Shades of Tory Blue #375592

Tints of Tory Blue #375592

Color information

#375592 (or 0x375592) is unknown color: approx Tory Blue. HEX triplet: 37, 55 and 92. RGB value is (55,85,146). Sum of RGB (Red+Green+Blue) = 55+85+146=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #375592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375592 is #C8AA6D. Grayscale: #525252. Windows color (decimal): -13150830 or 9590071. OLE color: 9590071.

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

Color convert

RGB5585146-
CMYK0.620.4200.43
HSL220.22º45.27%39.41%-
HSV(B)220.22º62.33%57.25%-
XYZ10.019.3828.48-
YUV82.98163.56108.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 146 (57.42% from 255) = 51.05%
R=19.23%
G=29.72%
B=51.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55851460.620.4200.43220.2245.2739.41
Hex3755923E2A02Bdc2d27
Octal6712522276520533345547
Binary110111101010110010010111110101010010101111011100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375592; }

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

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

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

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

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

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

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

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