#242A84

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

Shades of Midnight Blue #242A84

Tints of Midnight Blue #242A84

Color information

#242A84 (or 0x242A84) is unknown color: approx Midnight Blue. HEX triplet: 24, 2A and 84. RGB value is (36,42,132). Sum of RGB (Red+Green+Blue) = 36+42+132=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #242A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A84 is #DBD57B. Grayscale: #323232. Windows color (decimal): -14407036 or 8661540. OLE color: 8661540.

HSL color Cylindrical-coordinate representation of color #242A84: hue angle of 236.25º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #242A84 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3642132-
CMYK0.730.6800.48
HSL236.25º57.14%32.94%-
HSV(B)236.25º72.73%51.76%-
XYZ5.723.722.24-
YUV50.47174.01117.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.14%
GREEN value IS 42 (16.80% from 255) = 20%
BLUE value IS 132 (51.95% from 255) = 62.86%
R=17.14%
G=20%
B=62.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36421320.730.6800.48236.2557.1432.94
Hex242A844944030ec3921
Octal44522041111040603547141
Binary1001001010101000010010010011000100011000011101100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242A84; }

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

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

<style>
 a { background-color: #242A84; }

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

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

<style>
 span { border-color: #242A84; }

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

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