#242A88

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

Shades of Midnight Blue #242A88

Tints of Midnight Blue #242A88

Color information

#242A88 (or 0x242A88) is unknown color: approx Midnight Blue. HEX triplet: 24, 2A and 88. RGB value is (36,42,136). Sum of RGB (Red+Green+Blue) = 36+42+136=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #242A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A88 is #DBD577. Grayscale: #323232. Windows color (decimal): -14407032 or 8923684. OLE color: 8923684.

HSL color Cylindrical-coordinate representation of color #242A88: hue angle of 236.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #242A88 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3642136-
CMYK0.740.6900.47
HSL236.4º58.14%33.73%-
HSV(B)236.4º73.53%53.33%-
XYZ63.8123.71-
YUV50.92176.01117.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 136 (53.52% from 255) = 63.55%
R=16.82%
G=19.63%
B=63.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36421360.740.6900.47236.458.1433.73
Hex242A884A4502Fec3a22
Octal44522101121050573547242
Binary1001001010101000100010010101000101010111111101100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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