#242270

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

Shades of Midnight Blue #242270

Tints of Midnight Blue #242270

Color information

#242270 (or 0x242270) is unknown color: approx Midnight Blue. HEX triplet: 24, 22 and 70. RGB value is (36,34,112). Sum of RGB (Red+Green+Blue) = 36+34+112=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #242270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242270 is #DBDD8F. Grayscale: #2B2B2B. Windows color (decimal): -14409104 or 7348772. OLE color: 7348772.

HSL color Cylindrical-coordinate representation of color #242270: hue angle of 241.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242270 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3634112-
CMYK0.680.7000.56
HSL241.54º53.42%28.63%-
HSV(B)241.54º69.64%43.92%-
XYZ4.222.6915.63-
YUV43.49166.66122.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.78%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=19.78%
G=18.68%
B=61.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36341120.680.7000.56241.5453.4228.63
Hex2422704446038f2351d
Octal44421601041060703626535
Binary10010010001011100001000100100011001110001111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242270; }

 p { color: rgb(36,34,112); }

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

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

 a { background-color: rgb(36,34,112); }

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

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

 span { border-color: rgb(36,34,112); }

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