Html Css Color HEX #37485B Cello

📋 copy color: '#37485B'

red 55 ◦ green 72 ◦ blue 91

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

Shades of Cello #37485B

Tints of Cello #37485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 25.23%
G = 33.03%
B = 41.74%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37485B (or 0x37485B) is known color: Cello. HEX triplet: 37, 48 and 5B. RGB value is (55,72,91). Sum of RGB (Red+Green+Blue) = 55+72+91=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #37485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37485B is #C8B7A4. Grayscale: #444444. Windows color (decimal): -13154213 or 5982263. OLE color: 5982263.

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

Color convert

RGB 55 72 91 -
CMYK 0.40 0.21 0 0.64
HSL 211.67º 0.25% 0.29% -
HSV(B) 211.67º 0.4% 0.36% -
XYZ 5.78 6.2 10.79 -
YUV 69.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 55 72 91 0.40 0.21 0 0.64 211.67 0.25 0.29
Hex 37 48 5B 28 15 0 40 D4 19 1D
Octal 67 110 133 50 25 0 100 324 31 35
Binary 110111 1001000 1011011 101000 10101 0 1000000 11010100 11001 11101

Color Harmonies of #37485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37485B

Black with #37485B

Text Example


Text Example

White with #37485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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