#242685

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

Shades of Midnight Blue #242685

Tints of Midnight Blue #242685

Color information

#242685 (or 0x242685) is unknown color: approx Midnight Blue. HEX triplet: 24, 26 and 85. RGB value is (36,38,133). Sum of RGB (Red+Green+Blue) = 36+38+133=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #242685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242685 is #DBD97A. Grayscale: #2F2F2F. Windows color (decimal): -14408059 or 8726052. OLE color: 8726052.

HSL color Cylindrical-coordinate representation of color #242685: hue angle of 238.76º 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 #242685 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3638133-
CMYK0.730.7100.48
HSL238.76º57.4%33.14%-
HSV(B)238.76º72.93%52.16%-
XYZ5.653.4522.56-
YUV48.23175.84119.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 133 (52.34% from 255) = 64.25%
R=17.39%
G=18.36%
B=64.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36381330.730.7100.48238.7657.433.14
Hex2426854947030ef3921
Octal44462051111070603577141
Binary1001001001101000010110010011000111011000011101111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242685; }

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

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

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

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

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

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

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

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