#2A247B

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

Shades of Midnight Blue #2A247B

Tints of Midnight Blue #2A247B

Color information

#2A247B (or 0x2A247B) is unknown color: approx Midnight Blue. HEX triplet: 2A, 24 and 7B. RGB value is (42,36,123). Sum of RGB (Red+Green+Blue) = 42+36+123=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A247B is #D5DB84. Grayscale: #2F2F2F. Windows color (decimal): -14015365 or 8070186. OLE color: 8070186.

HSL color Cylindrical-coordinate representation of color #2A247B: hue angle of 244.14º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A247B is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4236123-
CMYK0.660.7100.52
HSL244.14º54.72%31.18%-
HSV(B)244.14º70.73%48.24%-
XYZ5.163.1819.08-
YUV47.71170.49123.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.90%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 123 (48.44% from 255) = 61.19%
R=20.90%
G=17.91%
B=61.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42361230.660.7100.52244.1454.7231.18
Hex2A247B4247034f4371f
Octal52441731021070643646737
Binary10101010010011110111000010100011101101001111010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,36,123); }

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

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

 a { background-color: rgb(42,36,123); }

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

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

 span { border-color: rgb(42,36,123); }

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