Html Css Color HEX #294245 Outer Space

📋 copy color: '#294245'

red 41 ◦ green 66 ◦ blue 69

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

Shades of Outer Space #294245

Tints of Outer Space #294245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.2%

R = 23.3%
G = 37.5%
B = 39.2%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#294245 (or 0x294245) is known color: Outer Space. HEX triplet: 29, 42 and 45. RGB value is (41,66,69). Sum of RGB (Red+Green+Blue) = 41+66+69=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 69 - color contains mainly: blue. Hex color #294245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294245 is #D6BDBA. Grayscale: #3A3A3A. Windows color (decimal): -14073275 or 4538921. OLE color: 4538921.

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

Color convert

RGB 41 66 69 -
CMYK 0.41 0.04 0 0.73
HSL 186.43º 0.25% 0.22% -
HSV(B) 186.43º 0.41% 0.27% -
XYZ 3.94 4.8 6.35 -
YUV 58.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 41 66 69 0.41 0.04 0 0.73 186.43 0.25 0.22
Hex 29 42 45 29 4 0 49 BA 19 16
Octal 51 102 105 51 4 0 111 272 31 26
Binary 101001 1000010 1000101 101001 100 0 1001001 10111010 11001 10110

Color Harmonies of #294245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294245

Black with #294245

Text Example


Text Example

White with #294245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294245; }

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

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

background-color css

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

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

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

border-color css

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

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

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