Html Css Color HEX #2C3A3C Outer Space

📋 copy color: '#2C3A3C'

red 44 ◦ green 58 ◦ blue 60

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

Shades of Outer Space #2C3A3C

Tints of Outer Space #2C3A3C

RGB

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

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

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

R = 27.16%
G = 35.8%
B = 37.04%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2C3A3C (or 0x2C3A3C) is known color: Outer Space. HEX triplet: 2C, 3A and 3C. RGB value is (44,58,60). Sum of RGB (Red+Green+Blue) = 44+58+60=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C3A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3A3C is #D3C5C3. Grayscale: #363636. Windows color (decimal): -13878724 or 3947052. OLE color: 3947052.

HSL color Cylindrical-coordinate representation of color #2C3A3C: hue angle of 187.5º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C3A3C is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 44 58 60 -
CMYK 0.27 0.03 0 0.76
HSL 187.5º 0.15% 0.2% -
HSV(B) 187.5º 0.27% 0.24% -
XYZ 3.37 3.89 4.85 -
YUV 54.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 44 58 60 0.27 0.03 0 0.76 187.5 0.15 0.2
Hex 2C 3A 3C 1B 3 0 4C BC F 14
Octal 54 72 74 33 3 0 114 274 17 24
Binary 101100 111010 111100 11011 11 0 1001100 10111100 1111 10100

Color Harmonies of #2C3A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3A3C

Black with #2C3A3C

Text Example


Text Example

White with #2C3A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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