#375187

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

Shades of Tory Blue #375187

Tints of Tory Blue #375187

Color information

#375187 (or 0x375187) is unknown color: approx Tory Blue. HEX triplet: 37, 51 and 87. RGB value is (55,81,135). Sum of RGB (Red+Green+Blue) = 55+81+135=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #375187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375187 is #C8AE78. Grayscale: #4F4F4F. Windows color (decimal): -13151865 or 8868151. OLE color: 8868151.

HSL color Cylindrical-coordinate representation of color #375187: hue angle of 220.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375187 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5581135-
CMYK0.590.4000.47
HSL220.5º42.11%37.25%-
HSV(B)220.5º59.26%52.94%-
XYZ8.898.4524.08-
YUV79.38159.39110.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 135 (53.12% from 255) = 49.82%
R=20.30%
G=29.89%
B=49.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55811350.590.4000.47220.542.1137.25
Hex3751873B2802Fdc2a25
Octal6712120773500573345245
Binary110111101000110000111111011101000010111111011100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375187; }

 p { color: rgb(55,81,135); }

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

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

 a { background-color: rgb(55,81,135); }

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

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

 span { border-color: rgb(55,81,135); }

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