#2A353F

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

Shades of Midnight #2A353F

Tints of Midnight #2A353F

Color information

#2A353F (or 0x2A353F) is unknown color: approx Midnight. HEX triplet: 2A, 35 and 3F. RGB value is (42,53,63). Sum of RGB (Red+Green+Blue) = 42+53+63=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A353F is #D5CAC0. Grayscale: #323232. Windows color (decimal): -14011073 or 4142378. OLE color: 4142378.

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

Color convert

RGB425363-
CMYK0.330.1600.75
HSL208.57º20%20.59%-
HSV(B)208.57º33.33%24.71%-
XYZ3.133.45.19-
YUV50.85134.86121.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.58%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 63 (25% from 255) = 39.87%
R=26.58%
G=33.54%
B=39.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4253630.330.1600.75208.572020.59
Hex2A353F211004Bd11415
Octal526577412001133212425
Binary1010101101011111111000011000001001011110100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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