Html Css Color HEX #2C4243 Outer Space

📋 copy color: '#2C4243'

red 44 ◦ green 66 ◦ blue 67

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

Shades of Outer Space #2C4243

Tints of Outer Space #2C4243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

 BLUE value IS 67 (26.56% from 255) = 37.85%

R = 24.86%
G = 37.29%
B = 37.85%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#2C4243 (or 0x2C4243) is known color: Outer Space. HEX triplet: 2C, 42 and 43. RGB value is (44,66,67). Sum of RGB (Red+Green+Blue) = 44+66+67=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 67 - color contains mainly: blue. Hex color #2C4243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4243 is #D3BDBC. Grayscale: #3B3B3B. Windows color (decimal): -13876669 or 4407852. OLE color: 4407852.

HSL color Cylindrical-coordinate representation of color #2C4243: hue angle of 182.61º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2C4243 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 44 66 67 -
CMYK 0.34 0.01 0 0.74
HSL 182.61º 0.21% 0.22% -
HSV(B) 182.61º 0.34% 0.26% -
XYZ 4 4.84 6.03 -
YUV 59.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 44 66 67 0.34 0.01 0 0.74 182.61 0.21 0.22
Hex 2C 42 43 22 1 0 4A B7 15 16
Octal 54 102 103 42 1 0 112 267 25 26
Binary 101100 1000010 1000011 100010 1 0 1001010 10110111 10101 10110

Color Harmonies of #2C4243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4243

Black with #2C4243

Text Example


Text Example

White with #2C4243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,66,67); }

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

background-color css

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

 a { background-color: rgb(44,66,67); }

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

border-color css

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

 span { border-color: rgb(44,66,67); }

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