Html Css Color HEX #293E41 Outer Space

📋 copy color: '#293E41'

red 41 ◦ green 62 ◦ blue 65

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

Shades of Outer Space #293E41

Tints of Outer Space #293E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.9%

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

R = 24.4%
G = 36.9%
B = 38.69%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293E41 (or 0x293E41) is known color: Outer Space. HEX triplet: 29, 3E and 41. RGB value is (41,62,65). Sum of RGB (Red+Green+Blue) = 41+62+65=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #293E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E41 is #D6C1BE. Grayscale: #383838. Windows color (decimal): -14074303 or 4275753. OLE color: 4275753.

HSL color Cylindrical-coordinate representation of color #293E41: hue angle of 187.5º 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 #293E41 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 62 65 -
CMYK 0.37 0.05 0 0.75
HSL 187.5º 0.23% 0.21% -
HSV(B) 187.5º 0.37% 0.25% -
XYZ 3.59 4.3 5.64 -
YUV 56.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 41 62 65 0.37 0.05 0 0.75 187.5 0.23 0.21
Hex 29 3E 41 25 5 0 4B BC 17 15
Octal 51 76 101 45 5 0 113 274 27 25
Binary 101001 111110 1000001 100101 101 0 1001011 10111100 10111 10101

Color Harmonies of #293E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E41

Black with #293E41

Text Example


Text Example

White with #293E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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