#37506C

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

Shades of Cello #37506C

Tints of Cello #37506C

Color information

#37506C (or 0x37506C) is unknown color: approx Cello. HEX triplet: 37, 50 and 6C. RGB value is (55,80,108). Sum of RGB (Red+Green+Blue) = 55+80+108=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #37506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37506C is #C8AF93. Grayscale: #4B4B4B. Windows color (decimal): -13152148 or 7098423. OLE color: 7098423.

HSL color Cylindrical-coordinate representation of color #37506C: hue angle of 211.7º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37506C is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5580108-
CMYK0.490.2600.58
HSL211.7º32.52%31.96%-
HSV(B)211.7º49.07%42.35%-
XYZ7.157.6315.28-
YUV75.72146.22113.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=22.63%
G=32.92%
B=44.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55801080.490.2600.58211.732.5231.96
Hex37506C311A03Ad42120
Octal6712015461320723244140
Binary1101111010000110110011000111010011101011010100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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