#232485

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

Shades of Midnight Blue #232485

Tints of Midnight Blue #232485

Color information

#232485 (or 0x232485) is unknown color: approx Midnight Blue. HEX triplet: 23, 24 and 85. RGB value is (35,36,133). Sum of RGB (Red+Green+Blue) = 35+36+133=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #232485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232485 is #DCDB7A. Grayscale: #2E2E2E. Windows color (decimal): -14474107 or 8725539. OLE color: 8725539.

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

Color convert

RGB3536133-
CMYK0.740.7300.48
HSL239.39º58.33%32.94%-
HSV(B)239.39º73.68%52.16%-
XYZ5.563.3122.54-
YUV46.76176.67119.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=17.16%
G=17.65%
B=65.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35361330.740.7300.48239.3958.3332.94
Hex2324854A49030ef3a21
Octal43442051121110603577241
Binary1000111001001000010110010101001001011000011101111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232485; }

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

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

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

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

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

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

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

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