#242985

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

Shades of Midnight Blue #242985

Tints of Midnight Blue #242985

Color information

#242985 (or 0x242985) is unknown color: approx Midnight Blue. HEX triplet: 24, 29 and 85. RGB value is (36,41,133). Sum of RGB (Red+Green+Blue) = 36+41+133=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #242985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242985 is #DBD67A. Grayscale: #313131. Windows color (decimal): -14407291 or 8726820. OLE color: 8726820.

HSL color Cylindrical-coordinate representation of color #242985: hue angle of 236.91º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #242985 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3641133-
CMYK0.730.6900.48
HSL236.91º57.4%33.14%-
HSV(B)236.91º72.93%52.16%-
XYZ5.753.6522.59-
YUV49.99174.84118.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.14%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=17.14%
G=19.52%
B=63.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36411330.730.6900.48236.9157.433.14
Hex2429854945030ed3921
Octal44512051111050603557141
Binary1001001010011000010110010011000101011000011101101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242985; }

 p { color: rgb(36,41,133); }

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

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

 a { background-color: rgb(36,41,133); }

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

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

 span { border-color: rgb(36,41,133); }

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