#375992

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

Shades of Tory Blue #375992

Tints of Tory Blue #375992

Color information

#375992 (or 0x375992) is unknown color: approx Tory Blue. HEX triplet: 37, 59 and 92. RGB value is (55,89,146). Sum of RGB (Red+Green+Blue) = 55+89+146=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #375992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375992 is #C8A66D. Grayscale: #555555. Windows color (decimal): -13149806 or 9591095. OLE color: 9591095.

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

Color convert

RGB5589146-
CMYK0.620.3900.43
HSL217.58º45.27%39.41%-
HSV(B)217.58º62.33%57.25%-
XYZ10.3410.0328.59-
YUV85.33162.24106.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=18.97%
G=30.69%
B=50.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55891460.620.3900.43217.5845.2739.41
Hex3759923E2702Bda2d27
Octal6713122276470533325547
Binary110111101100110010010111110100111010101111011010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375992; }

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

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

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

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

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

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

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

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