Html Css Color HEX #2C3F40 Outer Space

📋 copy color: '#2C3F40'

red 44 ◦ green 63 ◦ blue 64

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

Shades of Outer Space #2C3F40

Tints of Outer Space #2C3F40

RGB

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

 GREEN value IS 63 (25% from 255) = 36.84%

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 25.73%
G = 36.84%
B = 37.43%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2C3F40 (or 0x2C3F40) is known color: Outer Space. HEX triplet: 2C, 3F and 40. RGB value is (44,63,64). Sum of RGB (Red+Green+Blue) = 44+63+64=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C3F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3F40 is #D3C0BF. Grayscale: #393939. Windows color (decimal): -13877440 or 4210476. OLE color: 4210476.

HSL color Cylindrical-coordinate representation of color #2C3F40: hue angle of 183º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2C3F40 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 63 64 -
CMYK 0.31 0.02 0 0.75
HSL 183º 0.19% 0.21% -
HSV(B) 183º 0.31% 0.25% -
XYZ 3.74 4.46 5.51 -
YUV 57.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 44 63 64 0.31 0.02 0 0.75 183 0.19 0.21
Hex 2C 3F 40 1F 2 0 4B B7 13 15
Octal 54 77 100 37 2 0 113 267 23 25
Binary 101100 111111 1000000 11111 10 0 1001011 10110111 10011 10101

Color Harmonies of #2C3F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3F40

Black with #2C3F40

Text Example


Text Example

White with #2C3F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,63,64); }

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

background-color css

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

 a { background-color: rgb(44,63,64); }

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

border-color css

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

 span { border-color: rgb(44,63,64); }

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