Html Css Color HEX #2C3D3F Outer Space

📋 copy color: '#2C3D3F'

red 44 ◦ green 61 ◦ blue 63

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

Shades of Outer Space #2C3D3F

Tints of Outer Space #2C3D3F

RGB

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

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

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

R = 26.19%
G = 36.31%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2C3D3F (or 0x2C3D3F) is known color: Outer Space. HEX triplet: 2C, 3D and 3F. RGB value is (44,61,63). Sum of RGB (Red+Green+Blue) = 44+61+63=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C3D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3D3F is #D3C2C0. Grayscale: #383838. Windows color (decimal): -13877953 or 4144428. OLE color: 4144428.

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

Color convert

RGB 44 61 63 -
CMYK 0.30 0.03 0 0.75
HSL 186.32º 0.18% 0.21% -
HSV(B) 186.32º 0.3% 0.25% -
XYZ 3.6 4.23 5.33 -
YUV 56.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 44 61 63 0.30 0.03 0 0.75 186.32 0.18 0.21
Hex 2C 3D 3F 1E 3 0 4B BA 12 15
Octal 54 75 77 36 3 0 113 272 22 25
Binary 101100 111101 111111 11110 11 0 1001011 10111010 10010 10101

Color Harmonies of #2C3D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3D3F

Black with #2C3D3F

Text Example


Text Example

White with #2C3D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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