Html Css Color HEX #293F41 Outer Space

📋 copy color: '#293F41'

red 41 ◦ green 63 ◦ blue 65

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

Shades of Outer Space #293F41

Tints of Outer Space #293F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.46%

R = 24.26%
G = 37.28%
B = 38.46%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293F41 (or 0x293F41) is known color: Outer Space. HEX triplet: 29, 3F and 41. RGB value is (41,63,65). Sum of RGB (Red+Green+Blue) = 41+63+65=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #293F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F41 is #D6C0BE. Grayscale: #383838. Windows color (decimal): -14074047 or 4276009. OLE color: 4276009.

HSL color Cylindrical-coordinate representation of color #293F41: hue angle of 185º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #293F41 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 63 65 -
CMYK 0.37 0.03 0 0.75
HSL 185º 0.23% 0.21% -
HSV(B) 185º 0.37% 0.25% -
XYZ 3.65 4.41 5.66 -
YUV 56.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 41 63 65 0.37 0.03 0 0.75 185 0.23 0.21
Hex 29 3F 41 25 3 0 4B B9 17 15
Octal 51 77 101 45 3 0 113 271 27 25
Binary 101001 111111 1000001 100101 11 0 1001011 10111001 10111 10101

Color Harmonies of #293F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F41

Black with #293F41

Text Example


Text Example

White with #293F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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