#37495B

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

Shades of Cello #37495B

Tints of Cello #37495B

Color information

#37495B (or 0x37495B) is unknown color: approx Cello. HEX triplet: 37, 49 and 5B. RGB value is (55,73,91). Sum of RGB (Red+Green+Blue) = 55+73+91=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #37495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37495B is #C8B6A4. Grayscale: #454545. Windows color (decimal): -13153957 or 5982519. OLE color: 5982519.

HSL color Cylindrical-coordinate representation of color #37495B: hue angle of 210º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37495B is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB557391-
CMYK0.400.2000.64
HSL210º24.66%28.63%-
HSV(B)210º39.56%35.69%-
XYZ5.856.3310.81-
YUV69.67140.04117.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=25.11%
G=33.33%
B=41.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5573910.400.2000.6421024.6628.63
Hex37495B2814040d2191d
Octal67111133502401003223135
Binary110111100100110110111010001010001000000110100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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