#2A3B40

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

Shades of Outer Space #2A3B40

Tints of Outer Space #2A3B40

Color information

#2A3B40 (or 0x2A3B40) is unknown color: approx Outer Space. HEX triplet: 2A, 3B and 40. RGB value is (42,59,64). Sum of RGB (Red+Green+Blue) = 42+59+64=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A3B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3B40 is #D5C4BF. Grayscale: #363636. Windows color (decimal): -14009536 or 4209450. OLE color: 4209450.

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

Color convert

RGB425964-
CMYK0.340.0800.75
HSL193.64º20.75%20.78%-
HSV(B)193.64º34.38%25.1%-
XYZ3.443.995.44-
YUV54.49133.37119.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.45%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=25.45%
G=35.76%
B=38.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4259640.340.0800.75193.6420.7520.78
Hex2A3B4022804Bc21515
Octal5273100421001133022525
Binary1010101110111000000100010100001001011110000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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