Html Css Color HEX #293E3F Outer Space

📋 copy color: '#293E3F'

red 41 ◦ green 62 ◦ blue 63

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

Shades of Outer Space #293E3F

Tints of Outer Space #293E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.95%

R = 24.7%
G = 37.35%
B = 37.95%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293E3F (or 0x293E3F) is known color: Outer Space. HEX triplet: 29, 3E and 3F. RGB value is (41,62,63). Sum of RGB (Red+Green+Blue) = 41+62+63=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #293E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E3F is #D6C1C0. Grayscale: #373737. Windows color (decimal): -14074305 or 4144681. OLE color: 4144681.

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

Color convert

RGB 41 62 63 -
CMYK 0.35 0.02 0 0.75
HSL 182.73º 0.21% 0.2% -
HSV(B) 182.73º 0.35% 0.25% -
XYZ 3.53 4.28 5.34 -
YUV 55.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 41 62 63 0.35 0.02 0 0.75 182.73 0.21 0.2
Hex 29 3E 3F 23 2 0 4B B7 15 14
Octal 51 76 77 43 2 0 113 267 25 24
Binary 101001 111110 111111 100011 10 0 1001011 10110111 10101 10100

Color Harmonies of #293E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E3F

Black with #293E3F

Text Example


Text Example

White with #293E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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