Html Css Color HEX #293E43 Outer Space

📋 copy color: '#293E43'

red 41 ◦ green 62 ◦ blue 67

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

Shades of Outer Space #293E43

Tints of Outer Space #293E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.41%

R = 24.12%
G = 36.47%
B = 39.41%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#293E43 (or 0x293E43) is known color: Outer Space. HEX triplet: 29, 3E and 43. RGB value is (41,62,67). Sum of RGB (Red+Green+Blue) = 41+62+67=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 67 - color contains mainly: blue. Hex color #293E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E43 is #D6C1BC. Grayscale: #383838. Windows color (decimal): -14074301 or 4406825. OLE color: 4406825.

HSL color Cylindrical-coordinate representation of color #293E43: hue angle of 191.54º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #293E43 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 62 67 -
CMYK 0.39 0.07 0 0.74
HSL 191.54º 0.24% 0.21% -
HSV(B) 191.54º 0.39% 0.26% -
XYZ 3.65 4.32 5.95 -
YUV 56.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 41 62 67 0.39 0.07 0 0.74 191.54 0.24 0.21
Hex 29 3E 43 27 7 0 4A C0 18 15
Octal 51 76 103 47 7 0 112 300 30 25
Binary 101001 111110 1000011 100111 111 0 1001010 11000000 11000 10101

Color Harmonies of #293E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E43

Black with #293E43

Text Example


Text Example

White with #293E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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