#2A3F40

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

Shades of Outer Space #2A3F40

Tints of Outer Space #2A3F40

Color information

#2A3F40 (or 0x2A3F40) is unknown color: approx Outer Space. HEX triplet: 2A, 3F and 40. RGB value is (42,63,64). Sum of RGB (Red+Green+Blue) = 42+63+64=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A3F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3F40 is #D5C0BF. Grayscale: #383838. Windows color (decimal): -14008512 or 4210474. OLE color: 4210474.

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

Color convert

RGB426364-
CMYK0.340.0200.75
HSL182.73º20.75%20.78%-
HSV(B)182.73º34.38%25.1%-
XYZ3.664.425.51-
YUV56.83132.04117.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 63 (25% from 255) = 37.28%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=24.85%
G=37.28%
B=37.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4263640.340.0200.75182.7320.7520.78
Hex2A3F4022204Bb71515
Octal527710042201132672525
Binary10101011111110000001000101001001011101101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,63,64); }

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

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

 a { background-color: rgb(42,63,64); }

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

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

 span { border-color: rgb(42,63,64); }

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