#37505D

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

Shades of Cello #37505D

Tints of Cello #37505D

Color information

#37505D (or 0x37505D) is unknown color: approx Cello. HEX triplet: 37, 50 and 5D. RGB value is (55,80,93). Sum of RGB (Red+Green+Blue) = 55+80+93=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #37505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37505D is #C8AFA2. Grayscale: #494949. Windows color (decimal): -13152163 or 6115383. OLE color: 6115383.

HSL color Cylindrical-coordinate representation of color #37505D: hue angle of 200.53º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37505D is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB558093-
CMYK0.410.1400.64
HSL200.53º25.68%29.02%-
HSV(B)200.53º40.86%36.47%-
XYZ6.427.3411.43-
YUV74.01138.72114.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=24.12%
G=35.09%
B=40.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5580930.410.1400.64200.5325.6829.02
Hex37505D29E040c91a1d
Octal67120135511601003113235
Binary11011110100001011101101001111001000000110010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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