Html Css Color HEX #294143 Outer Space

📋 copy color: '#294143'

red 41 ◦ green 65 ◦ blue 67

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

Shades of Outer Space #294143

Tints of Outer Space #294143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.73%

R = 23.7%
G = 37.57%
B = 38.73%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#294143 (or 0x294143) is known color: Outer Space. HEX triplet: 29, 41 and 43. RGB value is (41,65,67). Sum of RGB (Red+Green+Blue) = 41+65+67=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 67 - color contains mainly: blue. Hex color #294143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294143 is #D6BEBC. Grayscale: #3A3A3A. Windows color (decimal): -14073533 or 4407593. OLE color: 4407593.

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

Color convert

RGB 41 65 67 -
CMYK 0.39 0.03 0 0.74
HSL 184.62º 0.24% 0.21% -
HSV(B) 184.62º 0.39% 0.26% -
XYZ 3.82 4.66 6.01 -
YUV 58.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 41 65 67 0.39 0.03 0 0.74 184.62 0.24 0.21
Hex 29 41 43 27 3 0 4A B9 18 15
Octal 51 101 103 47 3 0 112 271 30 25
Binary 101001 1000001 1000011 100111 11 0 1001010 10111001 11000 10101

Color Harmonies of #294143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294143

Black with #294143

Text Example


Text Example

White with #294143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294143; }

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

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

background-color css

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

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

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

border-color css

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

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

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