Html Css Color HEX #37505D Cello

📋 copy color: '#37505D'

red 55 ◦ green 80 ◦ blue 93

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

Shades of Cello #37505D

Tints of Cello #37505D

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

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 55 80 93 -
CMYK 0.41 0.14 0 0.64
HSL 200.53º 0.26% 0.29% -
HSV(B) 200.53º 0.41% 0.36% -
XYZ 6.42 7.34 11.43 -
YUV 74.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 55 80 93 0.41 0.14 0 0.64 200.53 0.26 0.29
Hex 37 50 5D 29 E 0 40 C9 1A 1D
Octal 67 120 135 51 16 0 100 311 32 35
Binary 110111 1010000 1011101 101001 1110 0 1000000 11001001 11010 11101

Color Harmonies of #37505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37505D

Black with #37505D

Text Example


Text Example

White with #37505D

Text Example


Text Example

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