#37505C

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

Shades of Cello #37505C

Tints of Cello #37505C

Color information

#37505C (or 0x37505C) is unknown color: approx Cello. HEX triplet: 37, 50 and 5C. RGB value is (55,80,92). Sum of RGB (Red+Green+Blue) = 55+80+92=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #37505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37505C is #C8AFA3. Grayscale: #494949. Windows color (decimal): -13152164 or 6049847. OLE color: 6049847.

HSL color Cylindrical-coordinate representation of color #37505C: hue angle of 199.46º 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 #37505C is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB558092-
CMYK0.400.1300.64
HSL199.46º25.17%28.82%-
HSV(B)199.46º40.22%36.08%-
XYZ6.387.3211.2-
YUV73.89138.22114.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=24.23%
G=35.24%
B=40.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5580920.400.1300.64199.4625.1728.82
Hex37505C28D040c7191d
Octal67120134501501003073135
Binary11011110100001011100101000110101000000110001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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