#375892

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

Shades of Tory Blue #375892

Tints of Tory Blue #375892

Color information

#375892 (or 0x375892) is unknown color: approx Tory Blue. HEX triplet: 37, 58 and 92. RGB value is (55,88,146). Sum of RGB (Red+Green+Blue) = 55+88+146=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #375892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375892 is #C8A76D. Grayscale: #545454. Windows color (decimal): -13150062 or 9590839. OLE color: 9590839.

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

Color convert

RGB5588146-
CMYK0.620.4000.43
HSL218.24º45.27%39.41%-
HSV(B)218.24º62.33%57.25%-
XYZ10.259.8728.56-
YUV84.74162.57106.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=19.03%
G=30.45%
B=50.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55881460.620.4000.43218.2445.2739.41
Hex3758923E2802Bda2d27
Octal6713022276500533325547
Binary110111101100010010010111110101000010101111011010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375892; }

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

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

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

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

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

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

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

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