#375189

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

Shades of Tory Blue #375189

Tints of Tory Blue #375189

Color information

#375189 (or 0x375189) is unknown color: approx Tory Blue. HEX triplet: 37, 51 and 89. RGB value is (55,81,137). Sum of RGB (Red+Green+Blue) = 55+81+137=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #375189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375189 is #C8AE76. Grayscale: #4F4F4F. Windows color (decimal): -13151863 or 8999223. OLE color: 8999223.

HSL color Cylindrical-coordinate representation of color #375189: hue angle of 220.98º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375189 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5581137-
CMYK0.600.4100.46
HSL220.98º42.71%37.65%-
HSV(B)220.98º59.85%53.73%-
XYZ9.038.524.83-
YUV79.61160.39110.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=20.15%
G=29.67%
B=50.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55811370.600.4100.46220.9842.7137.65
Hex3751893C2902Edd2b26
Octal6712121174510563355346
Binary110111101000110001001111100101001010111011011101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375189; }

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

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

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

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

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

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

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

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