#375094

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

Shades of Tory Blue #375094

Tints of Tory Blue #375094

Color information

#375094 (or 0x375094) is unknown color: approx Tory Blue. HEX triplet: 37, 50 and 94. RGB value is (55,80,148). Sum of RGB (Red+Green+Blue) = 55+80+148=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #375094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375094 is #C8AF6B. Grayscale: #4F4F4F. Windows color (decimal): -13152108 or 9719863. OLE color: 9719863.

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

Color convert

RGB5580148-
CMYK0.630.4600.42
HSL223.87º45.81%39.8%-
HSV(B)223.87º62.84%58.04%-
XYZ9.798.6929.18-
YUV80.28166.22109.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=19.43%
G=28.27%
B=52.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55801480.630.4600.42223.8745.8139.8
Hex3750943F2E02Ae02e28
Octal6712022477560523405650
Binary110111101000010010100111111101110010101011100000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375094; }

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

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

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

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

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

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

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

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