Html Css Color HEX #294144 Outer Space

📋 copy color: '#294144'

red 41 ◦ green 65 ◦ blue 68

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

Shades of Outer Space #294144

Tints of Outer Space #294144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.36%

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

R = 23.56%
G = 37.36%
B = 39.08%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#294144 (or 0x294144) is known color: Outer Space. HEX triplet: 29, 41 and 44. RGB value is (41,65,68). Sum of RGB (Red+Green+Blue) = 41+65+68=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 68 - color contains mainly: blue. Hex color #294144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294144 is #D6BEBB. Grayscale: #3A3A3A. Windows color (decimal): -14073532 or 4473129. OLE color: 4473129.

HSL color Cylindrical-coordinate representation of color #294144: hue angle of 186.67º 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 #294144 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 65 68 -
CMYK 0.40 0.04 0 0.73
HSL 186.67º 0.25% 0.21% -
HSV(B) 186.67º 0.4% 0.27% -
XYZ 3.85 4.67 6.17 -
YUV 58.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 41 65 68 0.40 0.04 0 0.73 186.67 0.25 0.21
Hex 29 41 44 28 4 0 49 BB 19 15
Octal 51 101 104 50 4 0 111 273 31 25
Binary 101001 1000001 1000100 101000 100 0 1001001 10111011 11001 10101

Color Harmonies of #294144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294144

Black with #294144

Text Example


Text Example

White with #294144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294144; }

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

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

background-color css

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

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

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

border-color css

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

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

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