Html Css Color HEX #37495C Cello

📋 copy color: '#37495C'

red 55 ◦ green 73 ◦ blue 92

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

Shades of Cello #37495C

Tints of Cello #37495C

RGB

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

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

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

R = 25%
G = 33.18%
B = 41.82%

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

#37495C (or 0x37495C) is known color: Cello. HEX triplet: 37, 49 and 5C. RGB value is (55,73,92). Sum of RGB (Red+Green+Blue) = 55+73+92=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #37495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37495C is #C8B6A3. Grayscale: #454545. Windows color (decimal): -13153956 or 6048055. OLE color: 6048055.

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

Color convert

RGB 55 73 92 -
CMYK 0.40 0.21 0 0.64
HSL 210.81º 0.25% 0.29% -
HSV(B) 210.81º 0.4% 0.36% -
XYZ 5.89 6.35 11.04 -
YUV 69.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 55 73 92 0.40 0.21 0 0.64 210.81 0.25 0.29
Hex 37 49 5C 28 15 0 40 D3 19 1D
Octal 67 111 134 50 25 0 100 323 31 35
Binary 110111 1001001 1011100 101000 10101 0 1000000 11010011 11001 11101

Color Harmonies of #37495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37495C

Black with #37495C

Text Example


Text Example

White with #37495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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