#375993

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

Shades of Tory Blue #375993

Tints of Tory Blue #375993

Color information

#375993 (or 0x375993) is unknown color: approx Tory Blue. HEX triplet: 37, 59 and 93. RGB value is (55,89,147). Sum of RGB (Red+Green+Blue) = 55+89+147=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #375993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375993 is #C8A66C. Grayscale: #555555. Windows color (decimal): -13149805 or 9656631. OLE color: 9656631.

HSL color Cylindrical-coordinate representation of color #375993: hue angle of 217.83º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #375993 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5589147-
CMYK0.630.3900.42
HSL217.83º45.54%39.61%-
HSV(B)217.83º62.59%57.65%-
XYZ10.4110.0629-
YUV85.45162.74106.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=18.90%
G=30.58%
B=50.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55891470.630.3900.42217.8345.5439.61
Hex3759933F2702Ada2e28
Octal6713122377470523325650
Binary110111101100110010011111111100111010101011011010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375993; }

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

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

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

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

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

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

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

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