#2D3D40

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

Shades of Outer Space #2D3D40

Tints of Outer Space #2D3D40

Color information

#2D3D40 (or 0x2D3D40) is unknown color: approx Outer Space. HEX triplet: 2D, 3D and 40. RGB value is (45,61,64). Sum of RGB (Red+Green+Blue) = 45+61+64=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D3D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D40 is #D2C2BF. Grayscale: #383838. Windows color (decimal): -13812416 or 4209965. OLE color: 4209965.

HSL color Cylindrical-coordinate representation of color #2D3D40: hue angle of 189.47º 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 #2D3D40 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB456164-
CMYK0.300.0500.75
HSL189.47º17.43%21.37%-
HSV(B)189.47º29.69%25.1%-
XYZ3.684.275.48-
YUV56.56132.2119.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.47%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=26.47%
G=35.88%
B=37.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4561640.300.0500.75189.4717.4321.37
Hex2D3D401E504Bbd1115
Octal557510036501132752125
Binary10110111110110000001111010101001011101111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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