Html Css Color HEX #294045 Outer Space

📋 copy color: '#294045'

red 41 ◦ green 64 ◦ blue 69

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

Shades of Outer Space #294045

Tints of Outer Space #294045

RGB

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

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

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

R = 23.56%
G = 36.78%
B = 39.66%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#294045 (or 0x294045) is known color: Outer Space. HEX triplet: 29, 40 and 45. RGB value is (41,64,69). Sum of RGB (Red+Green+Blue) = 41+64+69=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 69 - color contains mainly: blue. Hex color #294045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294045 is #D6BFBA. Grayscale: #393939. Windows color (decimal): -14073787 or 4538409. OLE color: 4538409.

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

Color convert

RGB 41 64 69 -
CMYK 0.41 0.07 0 0.73
HSL 190.71º 0.25% 0.22% -
HSV(B) 190.71º 0.41% 0.27% -
XYZ 3.82 4.57 6.31 -
YUV 57.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 41 64 69 0.41 0.07 0 0.73 190.71 0.25 0.22
Hex 29 40 45 29 7 0 49 BF 19 16
Octal 51 100 105 51 7 0 111 277 31 26
Binary 101001 1000000 1000101 101001 111 0 1001001 10111111 11001 10110

Color Harmonies of #294045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294045

Black with #294045

Text Example


Text Example

White with #294045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294045; }

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

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

background-color css

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

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

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

border-color css

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

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

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