#242280

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

Shades of Midnight Blue #242280

Tints of Midnight Blue #242280

Color information

#242280 (or 0x242280) is unknown color: approx Midnight Blue. HEX triplet: 24, 22 and 80. RGB value is (36,34,128). Sum of RGB (Red+Green+Blue) = 36+34+128=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #242280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242280 is #DBDD7F. Grayscale: #2C2C2C. Windows color (decimal): -14409088 or 8397348. OLE color: 8397348.

HSL color Cylindrical-coordinate representation of color #242280: hue angle of 241.28º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #242280 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3634128-
CMYK0.720.7300.50
HSL241.28º58.02%31.76%-
HSV(B)241.28º73.44%50.2%-
XYZ5.23.0820.74-
YUV45.31174.66121.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 128 (50.39% from 255) = 64.65%
R=18.18%
G=17.17%
B=64.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36341280.720.7300.50241.2858.0231.76
Hex2422804849032f13a20
Octal44422001101110623617240
Binary1001001000101000000010010001001001011001011110001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242280; }

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

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

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

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

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

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

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

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