#37506D

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

Shades of Cello #37506D

Tints of Cello #37506D

Color information

#37506D (or 0x37506D) is unknown color: approx Cello. HEX triplet: 37, 50 and 6D. RGB value is (55,80,109). Sum of RGB (Red+Green+Blue) = 55+80+109=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #37506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37506D is #C8AF92. Grayscale: #4B4B4B. Windows color (decimal): -13152147 or 7163959. OLE color: 7163959.

HSL color Cylindrical-coordinate representation of color #37506D: hue angle of 212.22º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37506D is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5580109-
CMYK0.500.2700.57
HSL212.22º32.93%32.16%-
HSV(B)212.22º49.54%42.75%-
XYZ7.27.6515.57-
YUV75.83146.72113.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=22.54%
G=32.79%
B=44.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55801090.500.2700.57212.2232.9332.16
Hex37506D321B039d42120
Octal6712015562330713244140
Binary1101111010000110110111001011011011100111010100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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