#37495A

Color #37495A Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #37495A

Tints of Cello #37495A

Color information

#37495A (or 0x37495A) is unknown color: approx Cello. HEX triplet: 37, 49 and 5A. RGB value is (55,73,90). Sum of RGB (Red+Green+Blue) = 55+73+90=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #37495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37495A is #C8B6A5. Grayscale: #454545. Windows color (decimal): -13153958 or 5916983. OLE color: 5916983.

HSL color Cylindrical-coordinate representation of color #37495A: hue angle of 209.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #37495A is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB557390-
CMYK0.390.1900.65
HSL209.14º24.14%28.43%-
HSV(B)209.14º38.89%35.29%-
XYZ5.86.3210.59-
YUV69.56139.54117.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=25.23%
G=33.49%
B=41.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5573900.390.1900.65209.1424.1428.43
Hex37495A2713041d1181c
Octal67111132472301013213034
Binary110111100100110110101001111001101000001110100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37495A; }

 p { color: rgb(55,73,90); }

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

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

 a { background-color: rgb(55,73,90); }

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

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

 span { border-color: rgb(55,73,90); }

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