Html Css Color HEX #37506E Cello

📋 copy color: '#37506E'

red 55 ◦ green 80 ◦ blue 110

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

Shades of Cello #37506E

Tints of Cello #37506E

RGB

 RED value IS 55 (21.88% from 255) = 22.45%

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 22.45%
G = 32.65%
B = 44.9%

CMYK

 C value IS 0.5

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37506E (or 0x37506E) is known color: Cello. HEX triplet: 37, 50 and 6E. RGB value is (55,80,110). Sum of RGB (Red+Green+Blue) = 55+80+110=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #37506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37506E is #C8AF91. Grayscale: #4B4B4B. Windows color (decimal): -13152146 or 7229495. OLE color: 7229495.

HSL color Cylindrical-coordinate representation of color #37506E: hue angle of 212.73º 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 #37506E is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 80 110 -
CMYK 0.5 0.27 0 0.57
HSL 212.73º 0.33% 0.32% -
HSV(B) 212.73º 0.5% 0.43% -
XYZ 7.26 7.68 15.85 -
YUV 75.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 55 80 110 0.5 0.27 0 0.57 212.73 0.33 0.32
Hex 37 50 6E 32 1B 0 39 D5 21 20
Octal 67 120 156 62 33 0 71 325 41 40
Binary 110111 1010000 1101110 110010 11011 0 111001 11010101 100001 100000

Color Harmonies of #37506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37506E

Black with #37506E

Text Example


Text Example

White with #37506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37506E;
 }
 .AnyTagClassName
 {
   color: #37506E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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