Html Css Color HEX #294244 Outer Space

📋 copy color: '#294244'

red 41 ◦ green 66 ◦ blue 68

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

Shades of Outer Space #294244

Tints of Outer Space #294244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

 BLUE value IS 68 (26.95% from 255) = 38.86%

R = 23.43%
G = 37.71%
B = 38.86%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#294244 (or 0x294244) is known color: Outer Space. HEX triplet: 29, 42 and 44. RGB value is (41,66,68). Sum of RGB (Red+Green+Blue) = 41+66+68=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 68 - color contains mainly: blue. Hex color #294244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294244 is #D6BDBB. Grayscale: #3A3A3A. Windows color (decimal): -14073276 or 4473385. OLE color: 4473385.

HSL color Cylindrical-coordinate representation of color #294244: hue angle of 184.44º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294244 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 66 68 -
CMYK 0.40 0.03 0 0.73
HSL 184.44º 0.25% 0.21% -
HSV(B) 184.44º 0.4% 0.27% -
XYZ 3.91 4.79 6.19 -
YUV 58.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 41 66 68 0.40 0.03 0 0.73 184.44 0.25 0.21
Hex 29 42 44 28 3 0 49 B8 19 15
Octal 51 102 104 50 3 0 111 270 31 25
Binary 101001 1000010 1000100 101000 11 0 1001001 10111000 11001 10101

Color Harmonies of #294244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294244

Black with #294244

Text Example


Text Example

White with #294244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294244; }

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

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

background-color css

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

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

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

border-color css

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

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

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