Html Css Color HEX #374C49 Blue Dianne

📋 copy color: '#374C49'

red 55 ◦ green 76 ◦ blue 73

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

Shades of Blue Dianne #374C49

Tints of Blue Dianne #374C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.25%

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 26.96%
G = 37.25%
B = 35.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#374C49 (or 0x374C49) is known color: Blue Dianne. HEX triplet: 37, 4C and 49. RGB value is (55,76,73). Sum of RGB (Red+Green+Blue) = 55+76+73=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 76 - color contains mainly: green. Hex color #374C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C49 is #C8B3B6. Grayscale: #454545. Windows color (decimal): -13153207 or 4803639. OLE color: 4803639.

HSL color Cylindrical-coordinate representation of color #374C49: hue angle of 171.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #374C49 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 73 -
CMYK 0.28 0 0.04 0.70
HSL 171.43º 0.16% 0.26% -
HSV(B) 171.43º 0.28% 0.3% -
XYZ 5.36 6.46 7.27 -
YUV 69.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 55 76 73 0.28 0 0.04 0.70 171.43 0.16 0.26
Hex 37 4C 49 1C 0 4 46 AB 10 1A
Octal 67 114 111 34 0 4 106 253 20 32
Binary 110111 1001100 1001001 11100 0 100 1000110 10101011 10000 11010

Color Harmonies of #374C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C49

Black with #374C49

Text Example


Text Example

White with #374C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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