#242A75

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

Shades of Midnight Blue #242A75

Tints of Midnight Blue #242A75

Color information

#242A75 (or 0x242A75) is unknown color: approx Midnight Blue. HEX triplet: 24, 2A and 75. RGB value is (36,42,117). Sum of RGB (Red+Green+Blue) = 36+42+117=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #242A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A75 is #DBD58A. Grayscale: #303030. Windows color (decimal): -14407051 or 7678500. OLE color: 7678500.

HSL color Cylindrical-coordinate representation of color #242A75: hue angle of 235.56º 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 #242A75 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3642117-
CMYK0.690.6400.54
HSL235.56º52.94%30%-
HSV(B)235.56º69.23%45.88%-
XYZ4.773.3217.22-
YUV48.76166.51118.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 117 (46.09% from 255) = 60%
R=18.46%
G=21.54%
B=60%

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
Decimal36421170.690.6400.54235.5652.9430
Hex242A754540036ec351e
Octal44521651051000663546536
Binary10010010101011101011000101100000001101101110110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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