Html Css Color HEX #37506C Cello

📋 copy color: '#37506C'

red 55 ◦ green 80 ◦ blue 108

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

Shades of Cello #37506C

Tints of Cello #37506C

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

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

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

RGB 55 80 108 -
CMYK 0.49 0.26 0 0.58
HSL 211.7º 0.33% 0.32% -
HSV(B) 211.7º 0.49% 0.42% -
XYZ 7.15 7.63 15.28 -
YUV 75.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 55 80 108 0.49 0.26 0 0.58 211.7 0.33 0.32
Hex 37 50 6C 31 1A 0 3A D4 21 20
Octal 67 120 154 61 32 0 72 324 41 40
Binary 110111 1010000 1101100 110001 11010 0 111010 11010100 100001 100000

Color Harmonies of #37506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37506C

Black with #37506C

Text Example


Text Example

White with #37506C

Text Example


Text Example

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