#375795

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

Shades of Tory Blue #375795

Tints of Tory Blue #375795

Color information

#375795 (or 0x375795) is unknown color: approx Tory Blue. HEX triplet: 37, 57 and 95. RGB value is (55,87,149). Sum of RGB (Red+Green+Blue) = 55+87+149=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #375795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375795 is #C8A86A. Grayscale: #545454. Windows color (decimal): -13150315 or 9787191. OLE color: 9787191.

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

Color convert

RGB5587149-
CMYK0.630.4200.42
HSL219.57º46.08%40%-
HSV(B)219.57º63.09%58.43%-
XYZ10.419.829.78-
YUV84.5164.4106.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=18.90%
G=29.90%
B=51.20%

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
Decimal55871490.630.4200.42219.5746.0840
Hex3757953F2A02Adc2e28
Octal6712722577520523345650
Binary110111101011110010101111111101010010101011011100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375795; }

 p { color: rgb(55,87,149); }

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

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

 a { background-color: rgb(55,87,149); }

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

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

 span { border-color: rgb(55,87,149); }

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