#242269

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

Shades of Midnight Blue #242269

Tints of Midnight Blue #242269

Color information

#242269 (or 0x242269) is unknown color: approx Midnight Blue. HEX triplet: 24, 22 and 69. RGB value is (36,34,105). Sum of RGB (Red+Green+Blue) = 36+34+105=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #242269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242269 is #DBDD96. Grayscale: #2A2A2A. Windows color (decimal): -14409111 or 6890020. OLE color: 6890020.

HSL color Cylindrical-coordinate representation of color #242269: hue angle of 241.69º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242269 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3634105-
CMYK0.660.6800.59
HSL241.69º51.08%27.25%-
HSV(B)241.69º67.62%41.18%-
XYZ3.852.5413.65-
YUV42.69163.16123.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 105 (41.41% from 255) = 60%
R=20.57%
G=19.43%
B=60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36341050.660.6800.59241.6951.0827.25
Hex242269424403Bf2331b
Octal44421511021040733626333
Binary10010010001011010011000010100010001110111111001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242269; }

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

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

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

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

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

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

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

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