Html Css Color HEX #37506D Cello

📋 copy color: '#37506D'

red 55 ◦ green 80 ◦ blue 109

#37506D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #37506D

Tints of Cello #37506D

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 value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37506D (or 0x37506D) is known color: 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

RGB 55 80 109 -
CMYK 0.50 0.27 0 0.57
HSL 212.22º 0.33% 0.32% -
HSV(B) 212.22º 0.5% 0.43% -
XYZ 7.2 7.65 15.57 -
YUV 75.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 55 80 109 0.50 0.27 0 0.57 212.22 0.33 0.32
Hex 37 50 6D 32 1B 0 39 D4 21 20
Octal 67 120 155 62 33 0 71 324 41 40
Binary 110111 1010000 1101101 110010 11011 0 111001 11010100 100001 100000

Color Harmonies of #37506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37506D

Black with #37506D

Text Example


Text Example

White with #37506D

Text Example


Text Example

HTML Codes & Css Web 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>