Html Css Color HEX #293D41 Outer Space

📋 copy color: '#293D41'

red 41 ◦ green 61 ◦ blue 65

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

Shades of Outer Space #293D41

Tints of Outer Space #293D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.53%

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

R = 24.55%
G = 36.53%
B = 38.92%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293D41 (or 0x293D41) is known color: Outer Space. HEX triplet: 29, 3D and 41. RGB value is (41,61,65). Sum of RGB (Red+Green+Blue) = 41+61+65=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #293D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D41 is #D6C2BE. Grayscale: #373737. Windows color (decimal): -14074559 or 4275497. OLE color: 4275497.

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

Color convert

RGB 41 61 65 -
CMYK 0.37 0.06 0 0.75
HSL 190º 0.23% 0.21% -
HSV(B) 190º 0.37% 0.25% -
XYZ 3.54 4.19 5.62 -
YUV 55.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 41 61 65 0.37 0.06 0 0.75 190 0.23 0.21
Hex 29 3D 41 25 6 0 4B BE 17 15
Octal 51 75 101 45 6 0 113 276 27 25
Binary 101001 111101 1000001 100101 110 0 1001011 10111110 10111 10101

Color Harmonies of #293D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D41

Black with #293D41

Text Example


Text Example

White with #293D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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