Html Css Color HEX #293B3C Outer Space

📋 copy color: '#293B3C'

red 41 ◦ green 59 ◦ blue 60

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

Shades of Outer Space #293B3C

Tints of Outer Space #293B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 37.5%

R = 25.63%
G = 36.88%
B = 37.5%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#293B3C (or 0x293B3C) is known color: Outer Space. HEX triplet: 29, 3B and 3C. RGB value is (41,59,60). Sum of RGB (Red+Green+Blue) = 41+59+60=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 60 - color contains mainly: blue. Hex color #293B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B3C is #D6C4C3. Grayscale: #353535. Windows color (decimal): -14075076 or 3947305. OLE color: 3947305.

HSL color Cylindrical-coordinate representation of color #293B3C: hue angle of 183.16º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #293B3C is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 59 60 -
CMYK 0.32 0.02 0 0.76
HSL 183.16º 0.19% 0.2% -
HSV(B) 183.16º 0.32% 0.24% -
XYZ 3.29 3.93 4.86 -
YUV 53.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 41 59 60 0.32 0.02 0 0.76 183.16 0.19 0.2
Hex 29 3B 3C 20 2 0 4C B7 13 14
Octal 51 73 74 40 2 0 114 267 23 24
Binary 101001 111011 111100 100000 10 0 1001100 10110111 10011 10100

Color Harmonies of #293B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B3C

Black with #293B3C

Text Example


Text Example

White with #293B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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