Shades of Midnight Blue #232384
Tints of Midnight Blue #232384
RGB
CMYK
RGB Variations
Color information
#232384 (or 0x232384) is known color: Midnight Blue. HEX triplet: 23, 23 and 84. RGB value is (35,35,132). Sum of RGB (Red+Green+Blue) = 35+35+132=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #232384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232384 is #DCDC7B. Grayscale: #2D2D2D. Windows color (decimal): -14474364 or 8659747. OLE color: 8659747.
HSL color Cylindrical-coordinate representation of color #232384: hue angle of 240º 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 #232384 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 35 | 132 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.48 |
| HSL | 240º | 0.58% | 0.33% | - |
| HSV(B) | 240º | 0.73% | 0.52% | - |
| XYZ | 5.46 | 3.23 | 22.16 | - |
| YUV | 46.06 | 176.5 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 132 | 0.73 | 0.73 | 0 | 0.48 | 240 | 0.58 | 0.33 |
| Hex | 23 | 23 | 84 | 49 | 49 | 0 | 30 | F0 | 3A | 21 |
| Octal | 43 | 43 | 204 | 111 | 111 | 0 | 60 | 360 | 72 | 41 |
| Binary | 100011 | 100011 | 10000100 | 1001001 | 1001001 | 0 | 110000 | 11110000 | 111010 | 100001 |
Color Harmonies of #232384
Complementary color
Monochromatic Colors of #232384
Black with #232384
Text Example
Text Example
White with #232384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232384; }
p { color: rgb(35,35,132); }
H1.HeaderClassName
{
color: #232384;
}
.AnyTagClassName
{
color: #232384;
}
</style>
background-color css
<style>
a { background-color: #232384; }
a { background-color: rgb(35,35,132); }
div.DivClassName
{
background-color: #232384;
}
.BgClassName
{
background-color: #232384;
}
</style>
border-color css
<style>
span { border-color: #232384; }
span { border-color: rgb(35,35,132); }
td.TdClassName
{
border-color: #232384;
}
.TagClassName
{
border-color: #232384;
}
</style>