#242A76

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

Shades of Midnight Blue #242A76

Tints of Midnight Blue #242A76

Color information

#242A76 (or 0x242A76) is unknown color: approx Midnight Blue. HEX triplet: 24, 2A and 76. RGB value is (36,42,118). Sum of RGB (Red+Green+Blue) = 36+42+118=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #242A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A76 is #DBD589. Grayscale: #303030. Windows color (decimal): -14407050 or 7744036. OLE color: 7744036.

HSL color Cylindrical-coordinate representation of color #242A76: hue angle of 235.61º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #242A76 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3642118-
CMYK0.690.6400.54
HSL235.61º53.25%30.2%-
HSV(B)235.61º69.49%46.27%-
XYZ4.833.3417.53-
YUV48.87167.01118.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=18.37%
G=21.43%
B=60.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36421180.690.6400.54235.6153.2530.2
Hex242A764540036ec351e
Octal44521661051000663546536
Binary10010010101011101101000101100000001101101110110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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