#37505E

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

Shades of Cello #37505E

Tints of Cello #37505E

Color information

#37505E (or 0x37505E) is unknown color: approx Cello. HEX triplet: 37, 50 and 5E. RGB value is (55,80,94). Sum of RGB (Red+Green+Blue) = 55+80+94=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #37505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37505E is #C8AFA1. Grayscale: #4A4A4A. Windows color (decimal): -13152162 or 6180919. OLE color: 6180919.

HSL color Cylindrical-coordinate representation of color #37505E: hue angle of 201.54º 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 #37505E is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB558094-
CMYK0.410.1500.63
HSL201.54º26.17%29.22%-
HSV(B)201.54º41.49%36.86%-
XYZ6.467.3611.67-
YUV74.12139.22114.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=24.02%
G=34.93%
B=41.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5580940.410.1500.63201.5426.1729.22
Hex37505E29F03Fca1a1d
Octal6712013651170773123235
Binary1101111010000101111010100111110111111110010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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