#232584

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

Shades of Midnight Blue #232584

Tints of Midnight Blue #232584

Color information

#232584 (or 0x232584) is unknown color: approx Midnight Blue. HEX triplet: 23, 25 and 84. RGB value is (35,37,132). Sum of RGB (Red+Green+Blue) = 35+37+132=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #232584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232584 is #DCDA7B. Grayscale: #2E2E2E. Windows color (decimal): -14473852 or 8660259. OLE color: 8660259.

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

Color convert

RGB3537132-
CMYK0.730.7200.48
HSL238.76º58.08%32.75%-
HSV(B)238.76º73.48%51.76%-
XYZ5.523.3522.18-
YUV47.23175.84119.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 132 (51.95% from 255) = 64.71%
R=17.16%
G=18.14%
B=64.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35371320.730.7200.48238.7658.0832.75
Hex2325844948030ef3a21
Octal43452041111100603577241
Binary1000111001011000010010010011001000011000011101111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232584; }

 p { color: rgb(35,37,132); }

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

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

 a { background-color: rgb(35,37,132); }

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

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

 span { border-color: rgb(35,37,132); }

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