Html Css Color HEX #294042 Outer Space

📋 copy color: '#294042'

red 41 ◦ green 64 ◦ blue 66

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

Shades of Outer Space #294042

Tints of Outer Space #294042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 23.98%
G = 37.43%
B = 38.6%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#294042 (or 0x294042) is known color: Outer Space. HEX triplet: 29, 40 and 42. RGB value is (41,64,66). Sum of RGB (Red+Green+Blue) = 41+64+66=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 66 - color contains mainly: blue. Hex color #294042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294042 is #D6BFBD. Grayscale: #393939. Windows color (decimal): -14073790 or 4341801. OLE color: 4341801.

HSL color Cylindrical-coordinate representation of color #294042: hue angle of 184.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #294042 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 64 66 -
CMYK 0.38 0.03 0 0.74
HSL 184.8º 0.23% 0.21% -
HSV(B) 184.8º 0.38% 0.26% -
XYZ 3.73 4.53 5.83 -
YUV 57.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 41 64 66 0.38 0.03 0 0.74 184.8 0.23 0.21
Hex 29 40 42 26 3 0 4A B9 17 15
Octal 51 100 102 46 3 0 112 271 27 25
Binary 101001 1000000 1000010 100110 11 0 1001010 10111001 10111 10101

Color Harmonies of #294042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294042

Black with #294042

Text Example


Text Example

White with #294042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294042; }

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

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

background-color css

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

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

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

border-color css

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

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

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