Html Css Color HEX #294447 Dark Slate Grey

📋 copy color: '#294447'

red 41 ◦ green 68 ◦ blue 71

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

Shades of Dark Slate Grey #294447

Tints of Dark Slate Grey #294447

RGB

 RED value IS 41 (16.41% from 255) = 22.78%

 GREEN value IS 68 (26.95% from 255) = 37.78%

 BLUE value IS 71 (28.13% from 255) = 39.44%

R = 22.78%
G = 37.78%
B = 39.44%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#294447 (or 0x294447) is known color: Dark Slate Grey. HEX triplet: 29, 44 and 47. RGB value is (41,68,71). Sum of RGB (Red+Green+Blue) = 41+68+71=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #294447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294447 is #D6BBB8. Grayscale: #3C3C3C. Windows color (decimal): -14072761 or 4670505. OLE color: 4670505.

HSL color Cylindrical-coordinate representation of color #294447: hue angle of 186º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #294447 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 68 71 -
CMYK 0.42 0.04 0 0.72
HSL 186º 0.27% 0.22% -
HSV(B) 186º 0.42% 0.28% -
XYZ 4.12 5.06 6.72 -
YUV 60.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 41 68 71 0.42 0.04 0 0.72 186 0.27 0.22
Hex 29 44 47 2A 4 0 48 BA 1B 16
Octal 51 104 107 52 4 0 110 272 33 26
Binary 101001 1000100 1000111 101010 100 0 1001000 10111010 11011 10110

Color Harmonies of #294447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294447

Black with #294447

Text Example


Text Example

White with #294447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294447; }

 p { color: rgb(41,68,71); }

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

background-color css

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

 a { background-color: rgb(41,68,71); }

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

border-color css

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

 span { border-color: rgb(41,68,71); }

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