#242972

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

Shades of Midnight Blue #242972

Tints of Midnight Blue #242972

Color information

#242972 (or 0x242972) is unknown color: approx Midnight Blue. HEX triplet: 24, 29 and 72. RGB value is (36,41,114). Sum of RGB (Red+Green+Blue) = 36+41+114=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #242972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242972 is #DBD68D. Grayscale: #2F2F2F. Windows color (decimal): -14407310 or 7481636. OLE color: 7481636.

HSL color Cylindrical-coordinate representation of color #242972: hue angle of 236.15º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242972 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3641114-
CMYK0.680.6400.55
HSL236.15º52%29.41%-
HSV(B)236.15º68.42%44.71%-
XYZ4.563.1816.29-
YUV47.83165.34119.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=18.85%
G=21.47%
B=59.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36411140.680.6400.55236.155229.41
Hex2429724440037ec341d
Octal44511621041000673546435
Binary10010010100111100101000100100000001101111110110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242972; }

 p { color: rgb(36,41,114); }

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

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

 a { background-color: rgb(36,41,114); }

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

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

 span { border-color: rgb(36,41,114); }

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