Html Css Color HEX #294145 Outer Space

📋 copy color: '#294145'

red 41 ◦ green 65 ◦ blue 69

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

Shades of Outer Space #294145

Tints of Outer Space #294145

RGB

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

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

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

R = 23.43%
G = 37.14%
B = 39.43%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#294145 (or 0x294145) is known color: Outer Space. HEX triplet: 29, 41 and 45. RGB value is (41,65,69). Sum of RGB (Red+Green+Blue) = 41+65+69=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 69 - color contains mainly: blue. Hex color #294145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294145 is #D6BEBA. Grayscale: #3A3A3A. Windows color (decimal): -14073531 or 4538665. OLE color: 4538665.

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

Color convert

RGB 41 65 69 -
CMYK 0.41 0.06 0 0.73
HSL 188.57º 0.25% 0.22% -
HSV(B) 188.57º 0.41% 0.27% -
XYZ 3.88 4.68 6.33 -
YUV 58.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 41 65 69 0.41 0.06 0 0.73 188.57 0.25 0.22
Hex 29 41 45 29 6 0 49 BD 19 16
Octal 51 101 105 51 6 0 111 275 31 26
Binary 101001 1000001 1000101 101001 110 0 1001001 10111101 11001 10110

Color Harmonies of #294145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294145

Black with #294145

Text Example


Text Example

White with #294145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294145; }

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

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

background-color css

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

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

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

border-color css

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

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

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