#2A3E40

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

Shades of Outer Space #2A3E40

Tints of Outer Space #2A3E40

Color information

#2A3E40 (or 0x2A3E40) is unknown color: approx Outer Space. HEX triplet: 2A, 3E and 40. RGB value is (42,62,64). Sum of RGB (Red+Green+Blue) = 42+62+64=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A3E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3E40 is #D5C1BF. Grayscale: #383838. Windows color (decimal): -14008768 or 4210218. OLE color: 4210218.

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

Color convert

RGB426264-
CMYK0.340.0300.75
HSL185.45º20.75%20.78%-
HSV(B)185.45º34.38%25.1%-
XYZ3.64.315.49-
YUV56.25132.37117.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 62 (24.61% from 255) = 36.90%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=25%
G=36.90%
B=38.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4262640.340.0300.75185.4520.7520.78
Hex2A3E4022304Bb91515
Octal527610042301132712525
Binary10101011111010000001000101101001011101110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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