#375087

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

Shades of Tory Blue #375087

Tints of Tory Blue #375087

Color information

#375087 (or 0x375087) is unknown color: approx Tory Blue. HEX triplet: 37, 50 and 87. RGB value is (55,80,135). Sum of RGB (Red+Green+Blue) = 55+80+135=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #375087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375087 is #C8AF78. Grayscale: #4E4E4E. Windows color (decimal): -13152121 or 8867895. OLE color: 8867895.

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

Color convert

RGB5580135-
CMYK0.590.4100.47
HSL221.25º42.11%37.25%-
HSV(B)221.25º59.26%52.94%-
XYZ8.828.324.06-
YUV78.79159.72111.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 135 (53.12% from 255) = 50%
R=20.37%
G=29.63%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55801350.590.4100.47221.2542.1137.25
Hex3750873B2902Fdd2a25
Octal6712020773510573355245
Binary110111101000010000111111011101001010111111011101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375087; }

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

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

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

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

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

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

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

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