Html Css Color HEX #37495F Cello

📋 copy color: '#37495F'

red 55 ◦ green 73 ◦ blue 95

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

Shades of Cello #37495F

Tints of Cello #37495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 24.66%
G = 32.74%
B = 42.6%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37495F (or 0x37495F) is known color: Cello. HEX triplet: 37, 49 and 5F. RGB value is (55,73,95). Sum of RGB (Red+Green+Blue) = 55+73+95=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #37495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37495F is #C8B6A0. Grayscale: #464646. Windows color (decimal): -13153953 or 6244663. OLE color: 6244663.

HSL color Cylindrical-coordinate representation of color #37495F: hue angle of 213º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37495F is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 73 95 -
CMYK 0.42 0.23 0 0.63
HSL 213º 0.27% 0.29% -
HSV(B) 213º 0.42% 0.37% -
XYZ 6.02 6.4 11.75 -
YUV 70.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 55 73 95 0.42 0.23 0 0.63 213 0.27 0.29
Hex 37 49 5F 2A 17 0 3F D5 1B 1D
Octal 67 111 137 52 27 0 77 325 33 35
Binary 110111 1001001 1011111 101010 10111 0 111111 11010101 11011 11101

Color Harmonies of #37495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37495F

Black with #37495F

Text Example


Text Example

White with #37495F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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