#2D3F40

Color #2D3F40 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #2D3F40

Tints of Outer Space #2D3F40

Color information

#2D3F40 (or 0x2D3F40) is unknown color: approx Outer Space. HEX triplet: 2D, 3F and 40. RGB value is (45,63,64). Sum of RGB (Red+Green+Blue) = 45+63+64=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D3F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3F40 is #D2C0BF. Grayscale: #393939. Windows color (decimal): -13811904 or 4210477. OLE color: 4210477.

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

Color convert

RGB456364-
CMYK0.300.0200.75
HSL183.16º17.43%21.37%-
HSV(B)183.16º29.69%25.1%-
XYZ3.794.485.52-
YUV57.73131.54118.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=26.16%
G=36.63%
B=37.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4563640.300.0200.75183.1617.4321.37
Hex2D3F401E204Bb71115
Octal557710036201132672125
Binary1011011111111000000111101001001011101101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D3F40;
 }
 .AnyTagClassName
 {
   color: #2D3F40;
 }
</style>
background-color css

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

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

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

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

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

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