Html Css Color HEX #2D3D3F Outer Space

📋 copy color: '#2D3D3F'

red 45 ◦ green 61 ◦ blue 63

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

Shades of Outer Space #2D3D3F

Tints of Outer Space #2D3D3F

RGB

 RED value IS 45 (17.97% from 255) = 26.63%

 GREEN value IS 61 (24.22% from 255) = 36.09%

 BLUE value IS 63 (25% from 255) = 37.28%

R = 26.63%
G = 36.09%
B = 37.28%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2D3D3F (or 0x2D3D3F) is known color: Outer Space. HEX triplet: 2D, 3D and 3F. RGB value is (45,61,63). Sum of RGB (Red+Green+Blue) = 45+61+63=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 63 - color contains mainly: blue. Hex color #2D3D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D3F is #D2C2C0. Grayscale: #383838. Windows color (decimal): -13812417 or 4144429. OLE color: 4144429.

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

Color convert

RGB 45 61 63 -
CMYK 0.29 0.03 0 0.75
HSL 186.67º 0.17% 0.21% -
HSV(B) 186.67º 0.29% 0.25% -
XYZ 3.65 4.25 5.33 -
YUV 56.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 45 61 63 0.29 0.03 0 0.75 186.67 0.17 0.21
Hex 2D 3D 3F 1D 3 0 4B BB 11 15
Octal 55 75 77 35 3 0 113 273 21 25
Binary 101101 111101 111111 11101 11 0 1001011 10111011 10001 10101

Color Harmonies of #2D3D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3D3F

Black with #2D3D3F

Text Example


Text Example

White with #2D3D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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