Html Css Color HEX #293C3F Outer Space

📋 copy color: '#293C3F'

red 41 ◦ green 60 ◦ blue 63

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

Shades of Outer Space #293C3F

Tints of Outer Space #293C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.59%

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

R = 25%
G = 36.59%
B = 38.41%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293C3F (or 0x293C3F) is known color: Outer Space. HEX triplet: 29, 3C and 3F. RGB value is (41,60,63). Sum of RGB (Red+Green+Blue) = 41+60+63=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #293C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C3F is #D6C3C0. Grayscale: #363636. Windows color (decimal): -14074817 or 4144169. OLE color: 4144169.

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

Color convert

RGB 41 60 63 -
CMYK 0.35 0.05 0 0.75
HSL 188.18º 0.21% 0.2% -
HSV(B) 188.18º 0.35% 0.25% -
XYZ 3.43 4.06 5.31 -
YUV 54.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 41 60 63 0.35 0.05 0 0.75 188.18 0.21 0.2
Hex 29 3C 3F 23 5 0 4B BC 15 14
Octal 51 74 77 43 5 0 113 274 25 24
Binary 101001 111100 111111 100011 101 0 1001011 10111100 10101 10100

Color Harmonies of #293C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C3F

Black with #293C3F

Text Example


Text Example

White with #293C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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