Html Css Color HEX #37485C Cello

📋 copy color: '#37485C'

red 55 ◦ green 72 ◦ blue 92

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

Shades of Cello #37485C

Tints of Cello #37485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.01%

R = 25.11%
G = 32.88%
B = 42.01%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37485C (or 0x37485C) is known color: Cello. HEX triplet: 37, 48 and 5C. RGB value is (55,72,92). Sum of RGB (Red+Green+Blue) = 55+72+92=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #37485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37485C is #C8B7A3. Grayscale: #454545. Windows color (decimal): -13154212 or 6047799. OLE color: 6047799.

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

Color convert

RGB 55 72 92 -
CMYK 0.40 0.22 0 0.64
HSL 212.43º 0.25% 0.29% -
HSV(B) 212.43º 0.4% 0.36% -
XYZ 5.82 6.22 11.02 -
YUV 69.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 55 72 92 0.40 0.22 0 0.64 212.43 0.25 0.29
Hex 37 48 5C 28 16 0 40 D4 19 1D
Octal 67 110 134 50 26 0 100 324 31 35
Binary 110111 1001000 1011100 101000 10110 0 1000000 11010100 11001 11101

Color Harmonies of #37485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37485C

Black with #37485C

Text Example


Text Example

White with #37485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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