#37485E

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

Shades of Cello #37485E

Tints of Cello #37485E

Color information

#37485E (or 0x37485E) is unknown color: approx Cello. HEX triplet: 37, 48 and 5E. RGB value is (55,72,94). Sum of RGB (Red+Green+Blue) = 55+72+94=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #37485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37485E is #C8B7A1. Grayscale: #454545. Windows color (decimal): -13154210 or 6178871. OLE color: 6178871.

HSL color Cylindrical-coordinate representation of color #37485E: hue angle of 213.85º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37485E is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB557294-
CMYK0.410.2300.63
HSL213.85º26.17%29.22%-
HSV(B)213.85º41.49%36.86%-
XYZ5.916.2611.49-
YUV69.42141.87117.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=24.89%
G=32.58%
B=42.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5572940.410.2300.63213.8526.1729.22
Hex37485E291703Fd61a1d
Octal6711013651270773263235
Binary11011110010001011110101001101110111111110101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37485E; }

 p { color: rgb(55,72,94); }

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

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

 a { background-color: rgb(55,72,94); }

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

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

 span { border-color: rgb(55,72,94); }

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