#2A268B

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

Shades of Midnight Blue #2A268B

Tints of Midnight Blue #2A268B

Color information

#2A268B (or 0x2A268B) is unknown color: approx Midnight Blue. HEX triplet: 2A, 26 and 8B. RGB value is (42,38,139). Sum of RGB (Red+Green+Blue) = 42+38+139=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A268B is #D5D974. Grayscale: #323232. Windows color (decimal): -14014837 or 9119274. OLE color: 9119274.

HSL color Cylindrical-coordinate representation of color #2A268B: hue angle of 242.38º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A268B is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4238139-
CMYK0.700.7300.45
HSL242.38º57.06%34.71%-
HSV(B)242.38º72.66%54.51%-
XYZ6.313.7424.82-
YUV50.71177.83121.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 139 (54.69% from 255) = 63.47%
R=19.18%
G=17.35%
B=63.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42381390.700.7300.45242.3857.0634.71
Hex2A268B464902Df23923
Octal52462131061110553627143
Binary1010101001101000101110001101001001010110111110010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,38,139); }

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

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

 a { background-color: rgb(42,38,139); }

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

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

 span { border-color: rgb(42,38,139); }

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