Html Css Color HEX #37485D Cello

📋 copy color: '#37485D'

red 55 ◦ green 72 ◦ blue 93

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

Shades of Cello #37485D

Tints of Cello #37485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 25%
G = 32.73%
B = 42.27%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37485D (or 0x37485D) is known color: Cello. HEX triplet: 37, 48 and 5D. RGB value is (55,72,93). Sum of RGB (Red+Green+Blue) = 55+72+93=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #37485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37485D is #C8B7A2. Grayscale: #454545. Windows color (decimal): -13154211 or 6113335. OLE color: 6113335.

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

Color convert

RGB 55 72 93 -
CMYK 0.41 0.23 0 0.64
HSL 213.16º 0.26% 0.29% -
HSV(B) 213.16º 0.41% 0.36% -
XYZ 5.87 6.24 11.25 -
YUV 69.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 55 72 93 0.41 0.23 0 0.64 213.16 0.26 0.29
Hex 37 48 5D 29 17 0 40 D5 1A 1D
Octal 67 110 135 51 27 0 100 325 32 35
Binary 110111 1001000 1011101 101001 10111 0 1000000 11010101 11010 11101

Color Harmonies of #37485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37485D

Black with #37485D

Text Example


Text Example

White with #37485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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