Html Css Color HEX #374959 Cello

📋 copy color: '#374959'

red 55 ◦ green 73 ◦ blue 89

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

Shades of Cello #374959

Tints of Cello #374959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.01%

R = 25.35%
G = 33.64%
B = 41.01%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374959 (or 0x374959) is known color: Cello. HEX triplet: 37, 49 and 59. RGB value is (55,73,89). Sum of RGB (Red+Green+Blue) = 55+73+89=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #374959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374959 is #C8B6A6. Grayscale: #454545. Windows color (decimal): -13153959 or 5851447. OLE color: 5851447.

HSL color Cylindrical-coordinate representation of color #374959: hue angle of 208.24º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374959 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 73 89 -
CMYK 0.38 0.18 0 0.65
HSL 208.24º 0.24% 0.28% -
HSV(B) 208.24º 0.38% 0.35% -
XYZ 5.76 6.3 10.36 -
YUV 69.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 55 73 89 0.38 0.18 0 0.65 208.24 0.24 0.28
Hex 37 49 59 26 12 0 41 D0 18 1C
Octal 67 111 131 46 22 0 101 320 30 34
Binary 110111 1001001 1011001 100110 10010 0 1000001 11010000 11000 11100

Color Harmonies of #374959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374959

Black with #374959

Text Example


Text Example

White with #374959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374959; }

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

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

background-color css

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

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

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

border-color css

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

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

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