Html Css Color HEX #293C3D Outer Space

📋 copy color: '#293C3D'

red 41 ◦ green 60 ◦ blue 61

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

Shades of Outer Space #293C3D

Tints of Outer Space #293C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 25.31%
G = 37.04%
B = 37.65%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#293C3D (or 0x293C3D) is known color: Outer Space. HEX triplet: 29, 3C and 3D. RGB value is (41,60,61). Sum of RGB (Red+Green+Blue) = 41+60+61=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #293C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C3D is #D6C3C2. Grayscale: #363636. Windows color (decimal): -14074819 or 4013097. OLE color: 4013097.

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

Color convert

RGB 41 60 61 -
CMYK 0.33 0.02 0 0.76
HSL 183º 0.2% 0.2% -
HSV(B) 183º 0.33% 0.24% -
XYZ 3.37 4.04 5.02 -
YUV 54.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 41 60 61 0.33 0.02 0 0.76 183 0.2 0.2
Hex 29 3C 3D 21 2 0 4C B7 14 14
Octal 51 74 75 41 2 0 114 267 24 24
Binary 101001 111100 111101 100001 10 0 1001100 10110111 10100 10100

Color Harmonies of #293C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C3D

Black with #293C3D

Text Example


Text Example

White with #293C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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