#375994

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

Shades of Tory Blue #375994

Tints of Tory Blue #375994

Color information

#375994 (or 0x375994) is unknown color: approx Tory Blue. HEX triplet: 37, 59 and 94. RGB value is (55,89,148). Sum of RGB (Red+Green+Blue) = 55+89+148=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #375994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375994 is #C8A66B. Grayscale: #555555. Windows color (decimal): -13149804 or 9722167. OLE color: 9722167.

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

Color convert

RGB5589148-
CMYK0.630.4000.42
HSL218.06º45.81%39.8%-
HSV(B)218.06º62.84%58.04%-
XYZ10.4910.129.41-
YUV85.56163.24106.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.84%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=18.84%
G=30.48%
B=50.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55891480.630.4000.42218.0645.8139.8
Hex3759943F2802Ada2e28
Octal6713122477500523325650
Binary110111101100110010100111111101000010101011011010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375994; }

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

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

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

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

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

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

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

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