#375593

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

Shades of Tory Blue #375593

Tints of Tory Blue #375593

Color information

#375593 (or 0x375593) is unknown color: approx Tory Blue. HEX triplet: 37, 55 and 93. RGB value is (55,85,147). Sum of RGB (Red+Green+Blue) = 55+85+147=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #375593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375593 is #C8AA6C. Grayscale: #525252. Windows color (decimal): -13150829 or 9655607. OLE color: 9655607.

HSL color Cylindrical-coordinate representation of color #375593: hue angle of 220.43º 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 #375593 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5585147-
CMYK0.630.4200.42
HSL220.43º45.54%39.61%-
HSV(B)220.43º62.59%57.65%-
XYZ10.099.4228.89-
YUV83.1164.06107.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 147 (57.81% from 255) = 51.22%
R=19.16%
G=29.62%
B=51.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55851470.630.4200.42220.4345.5439.61
Hex3755933F2A02Adc2e28
Octal6712522377520523345650
Binary110111101010110010011111111101010010101011011100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375593; }

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

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

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

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

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

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

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

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