#375497

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

Shades of Tory Blue #375497

Tints of Tory Blue #375497

Color information

#375497 (or 0x375497) is unknown color: approx Tory Blue. HEX triplet: 37, 54 and 97. RGB value is (55,84,151). Sum of RGB (Red+Green+Blue) = 55+84+151=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #375497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375497 is #C8AB68. Grayscale: #525252. Windows color (decimal): -13151081 or 9917495. OLE color: 9917495.

HSL color Cylindrical-coordinate representation of color #375497: hue angle of 221.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375497 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5584151-
CMYK0.640.4400.41
HSL221.88º46.6%40.39%-
HSV(B)221.88º63.58%59.22%-
XYZ10.339.3930.55-
YUV82.97166.39108.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 151 (59.38% from 255) = 52.07%
R=18.97%
G=28.97%
B=52.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55841510.640.4400.41221.8846.640.39
Hex375497402C029de2f28
Octal67124227100540513365750
Binary1101111010100100101111000000101100010100111011110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375497; }

 p { color: rgb(55,84,151); }

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

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

 a { background-color: rgb(55,84,151); }

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

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

 span { border-color: rgb(55,84,151); }

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