Html Css Color HEX #37505C Cello

📋 copy color: '#37505C'

red 55 ◦ green 80 ◦ blue 92

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

Shades of Cello #37505C

Tints of Cello #37505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.53%

R = 24.23%
G = 35.24%
B = 40.53%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37505C (or 0x37505C) is known color: Cello. HEX triplet: 37, 50 and 5C. RGB value is (55,80,92). Sum of RGB (Red+Green+Blue) = 55+80+92=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #37505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37505C is #C8AFA3. Grayscale: #494949. Windows color (decimal): -13152164 or 6049847. OLE color: 6049847.

HSL color Cylindrical-coordinate representation of color #37505C: hue angle of 199.46º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37505C is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 80 92 -
CMYK 0.40 0.13 0 0.64
HSL 199.46º 0.25% 0.29% -
HSV(B) 199.46º 0.4% 0.36% -
XYZ 6.38 7.32 11.2 -
YUV 73.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 55 80 92 0.40 0.13 0 0.64 199.46 0.25 0.29
Hex 37 50 5C 28 D 0 40 C7 19 1D
Octal 67 120 134 50 15 0 100 307 31 35
Binary 110111 1010000 1011100 101000 1101 0 1000000 11000111 11001 11101

Color Harmonies of #37505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37505C

Black with #37505C

Text Example


Text Example

White with #37505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37505C;
 }
 .AnyTagClassName
 {
   color: #37505C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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