Html Css Color HEX #293F42 Outer Space

📋 copy color: '#293F42'

red 41 ◦ green 63 ◦ blue 66

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

Shades of Outer Space #293F42

Tints of Outer Space #293F42

RGB

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

 GREEN value IS 63 (25% from 255) = 37.06%

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 24.12%
G = 37.06%
B = 38.82%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#293F42 (or 0x293F42) is known color: Outer Space. HEX triplet: 29, 3F and 42. RGB value is (41,63,66). Sum of RGB (Red+Green+Blue) = 41+63+66=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #293F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F42 is #D6C0BD. Grayscale: #383838. Windows color (decimal): -14074046 or 4341545. OLE color: 4341545.

HSL color Cylindrical-coordinate representation of color #293F42: hue angle of 187.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #293F42 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 63 66 -
CMYK 0.38 0.05 0 0.74
HSL 187.2º 0.23% 0.21% -
HSV(B) 187.2º 0.38% 0.26% -
XYZ 3.68 4.42 5.81 -
YUV 56.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 41 63 66 0.38 0.05 0 0.74 187.2 0.23 0.21
Hex 29 3F 42 26 5 0 4A BB 17 15
Octal 51 77 102 46 5 0 112 273 27 25
Binary 101001 111111 1000010 100110 101 0 1001010 10111011 10111 10101

Color Harmonies of #293F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F42

Black with #293F42

Text Example


Text Example

White with #293F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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