Html Css Color HEX #2D3D40 Outer Space

📋 copy color: '#2D3D40'

red 45 ◦ green 61 ◦ blue 64

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

Shades of Outer Space #2D3D40

Tints of Outer Space #2D3D40

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 value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2D3D40 (or 0x2D3D40) is known color: 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

RGB 45 61 64 -
CMYK 0.30 0.05 0 0.75
HSL 189.47º 0.17% 0.21% -
HSV(B) 189.47º 0.3% 0.25% -
XYZ 3.68 4.27 5.48 -
YUV 56.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 45 61 64 0.30 0.05 0 0.75 189.47 0.17 0.21
Hex 2D 3D 40 1E 5 0 4B BD 11 15
Octal 55 75 100 36 5 0 113 275 21 25
Binary 101101 111101 1000000 11110 101 0 1001011 10111101 10001 10101

Color Harmonies of #2D3D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3D40

Black with #2D3D40

Text Example


Text Example

White with #2D3D40

Text Example


Text Example

HTML Codes & Css Web 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>