Html Css Color HEX #293B40 Outer Space

📋 copy color: '#293B40'

red 41 ◦ green 59 ◦ blue 64

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

Shades of Outer Space #293B40

Tints of Outer Space #293B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.98%

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

R = 25%
G = 35.98%
B = 39.02%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293B40 (or 0x293B40) is known color: Outer Space. HEX triplet: 29, 3B and 40. RGB value is (41,59,64). Sum of RGB (Red+Green+Blue) = 41+59+64=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #293B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B40 is #D6C4BF. Grayscale: #363636. Windows color (decimal): -14075072 or 4209449. OLE color: 4209449.

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

Color convert

RGB 41 59 64 -
CMYK 0.36 0.08 0 0.75
HSL 193.04º 0.22% 0.21% -
HSV(B) 193.04º 0.36% 0.25% -
XYZ 3.4 3.97 5.44 -
YUV 54.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 41 59 64 0.36 0.08 0 0.75 193.04 0.22 0.21
Hex 29 3B 40 24 8 0 4B C1 16 15
Octal 51 73 100 44 10 0 113 301 26 25
Binary 101001 111011 1000000 100100 1000 0 1001011 11000001 10110 10101

Color Harmonies of #293B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B40

Black with #293B40

Text Example


Text Example

White with #293B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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