Html Css Color HEX #37495D Cello

📋 copy color: '#37495D'

red 55 ◦ green 73 ◦ blue 93

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

Shades of Cello #37495D

Tints of Cello #37495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

 BLUE value IS 93 (36.72% from 255) = 42.08%

R = 24.89%
G = 33.03%
B = 42.08%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37495D (or 0x37495D) is known color: Cello. HEX triplet: 37, 49 and 5D. RGB value is (55,73,93). Sum of RGB (Red+Green+Blue) = 55+73+93=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #37495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37495D is #C8B6A2. Grayscale: #454545. Windows color (decimal): -13153955 or 6113591. OLE color: 6113591.

HSL color Cylindrical-coordinate representation of color #37495D: hue angle of 211.58º 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 #37495D is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 73 93 -
CMYK 0.41 0.22 0 0.64
HSL 211.58º 0.26% 0.29% -
HSV(B) 211.58º 0.41% 0.36% -
XYZ 5.93 6.37 11.27 -
YUV 69.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 55 73 93 0.41 0.22 0 0.64 211.58 0.26 0.29
Hex 37 49 5D 29 16 0 40 D4 1A 1D
Octal 67 111 135 51 26 0 100 324 32 35
Binary 110111 1001001 1011101 101001 10110 0 1000000 11010100 11010 11101

Color Harmonies of #37495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37495D

Black with #37495D

Text Example


Text Example

White with #37495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37495D; }

 p { color: rgb(55,73,93); }

 H1.HeaderClassName
 {
   color: #37495D;
 }
 .AnyTagClassName
 {
   color: #37495D;
 }
</style>

background-color css

<style>
 a { background-color: #37495D; }

 a { background-color: rgb(55,73,93); }

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

border-color css

<style>
 span { border-color: #37495D; }

 span { border-color: rgb(55,73,93); }

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