#375188

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

Shades of Tory Blue #375188

Tints of Tory Blue #375188

Color information

#375188 (or 0x375188) is unknown color: approx Tory Blue. HEX triplet: 37, 51 and 88. RGB value is (55,81,136). Sum of RGB (Red+Green+Blue) = 55+81+136=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #375188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375188 is #C8AE77. Grayscale: #4F4F4F. Windows color (decimal): -13151864 or 8933687. OLE color: 8933687.

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

Color convert

RGB5581136-
CMYK0.600.4000.47
HSL220.74º42.41%37.45%-
HSV(B)220.74º59.56%53.33%-
XYZ8.968.4724.46-
YUV79.5159.89110.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 136 (53.52% from 255) = 50%
R=20.22%
G=29.78%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55811360.600.4000.47220.7442.4137.45
Hex3751883C2802Fdd2a25
Octal6712121074500573355245
Binary110111101000110001000111100101000010111111011101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375188; }

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

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

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

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

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

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

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

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