#2C3D3F

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

Shades of Outer Space #2C3D3F

Tints of Outer Space #2C3D3F

Color information

#2C3D3F (or 0x2C3D3F) is unknown color: approx 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

RGB446163-
CMYK0.300.0300.75
HSL186.32º17.76%20.98%-
HSV(B)186.32º30.16%24.71%-
XYZ3.64.235.33-
YUV56.14131.87119.34-

RGB Variations

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

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 (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4461630.300.0300.75186.3217.7620.98
Hex2C3D3F1E304Bba1215
Octal54757736301132722225
Binary101100111101111111111101101001011101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>