Html Css Color HEX #2C3A3E Outer Space

📋 copy color: '#2C3A3E'

red 44 ◦ green 58 ◦ blue 62

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

Shades of Outer Space #2C3A3E

Tints of Outer Space #2C3A3E

RGB

 RED value IS 44 (17.58% from 255) = 26.83%

 GREEN value IS 58 (23.05% from 255) = 35.37%

 BLUE value IS 62 (24.61% from 255) = 37.8%

R = 26.83%
G = 35.37%
B = 37.8%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2C3A3E (or 0x2C3A3E) is known color: Outer Space. HEX triplet: 2C, 3A and 3E. RGB value is (44,58,62). Sum of RGB (Red+Green+Blue) = 44+58+62=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C3A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3A3E is #D3C5C1. Grayscale: #363636. Windows color (decimal): -13878722 or 4078124. OLE color: 4078124.

HSL color Cylindrical-coordinate representation of color #2C3A3E: hue angle of 193.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2C3A3E is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 44 58 62 -
CMYK 0.29 0.06 0 0.76
HSL 193.33º 0.17% 0.21% -
HSV(B) 193.33º 0.29% 0.24% -
XYZ 3.42 3.91 5.13 -
YUV 54.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 44 58 62 0.29 0.06 0 0.76 193.33 0.17 0.21
Hex 2C 3A 3E 1D 6 0 4C C1 11 15
Octal 54 72 76 35 6 0 114 301 21 25
Binary 101100 111010 111110 11101 110 0 1001100 11000001 10001 10101

Color Harmonies of #2C3A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3A3E

Black with #2C3A3E

Text Example


Text Example

White with #2C3A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C3A3E; }

 p { color: rgb(44,58,62); }

 H1.HeaderClassName
 {
   color: #2C3A3E;
 }
 .AnyTagClassName
 {
   color: #2C3A3E;
 }
</style>

background-color css

<style>
 a { background-color: #2C3A3E; }

 a { background-color: rgb(44,58,62); }

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

border-color css

<style>
 span { border-color: #2C3A3E; }

 span { border-color: rgb(44,58,62); }

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