Html Css Color HEX #293D40 Outer Space

📋 copy color: '#293D40'

red 41 ◦ green 61 ◦ blue 64

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

Shades of Outer Space #293D40

Tints of Outer Space #293D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 24.7%
G = 36.75%
B = 38.55%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293D40 (or 0x293D40) is known color: Outer Space. HEX triplet: 29, 3D and 40. RGB value is (41,61,64). Sum of RGB (Red+Green+Blue) = 41+61+64=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #293D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D40 is #D6C2BF. Grayscale: #373737. Windows color (decimal): -14074560 or 4209961. OLE color: 4209961.

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

Color convert

RGB 41 61 64 -
CMYK 0.36 0.05 0 0.75
HSL 187.83º 0.22% 0.21% -
HSV(B) 187.83º 0.36% 0.25% -
XYZ 3.51 4.18 5.47 -
YUV 55.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 41 61 64 0.36 0.05 0 0.75 187.83 0.22 0.21
Hex 29 3D 40 24 5 0 4B BC 16 15
Octal 51 75 100 44 5 0 113 274 26 25
Binary 101001 111101 1000000 100100 101 0 1001011 10111100 10110 10101

Color Harmonies of #293D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D40

Black with #293D40

Text Example


Text Example

White with #293D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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