#2A258B

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

Shades of Midnight Blue #2A258B

Tints of Midnight Blue #2A258B

Color information

#2A258B (or 0x2A258B) is unknown color: approx Midnight Blue. HEX triplet: 2A, 25 and 8B. RGB value is (42,37,139). Sum of RGB (Red+Green+Blue) = 42+37+139=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A258B is #D5DA74. Grayscale: #313131. Windows color (decimal): -14015093 or 9119018. OLE color: 9119018.

HSL color Cylindrical-coordinate representation of color #2A258B: hue angle of 242.94º degrees, saturation: 0.58, 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 #2A258B is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4237139-
CMYK0.700.7300.45
HSL242.94º57.95%34.51%-
HSV(B)242.94º73.38%54.51%-
XYZ6.283.6824.81-
YUV50.12178.16122.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 139 (54.69% from 255) = 63.76%
R=19.27%
G=16.97%
B=63.76%

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
Decimal42371390.700.7300.45242.9457.9534.51
Hex2A258B464902Df33a23
Octal52452131061110553637243
Binary1010101001011000101110001101001001010110111110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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