Shades of Midnight Blue #232A84
Tints of Midnight Blue #232A84
RGB
CMYK
RGB Variations
Color information
#232A84 (or 0x232A84) is known color: Midnight Blue. HEX triplet: 23, 2A and 84. RGB value is (35,42,132). Sum of RGB (Red+Green+Blue) = 35+42+132=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #232A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232A84 is #DCD57B. Grayscale: #313131. Windows color (decimal): -14472572 or 8661539. OLE color: 8661539.
HSL color Cylindrical-coordinate representation of color #232A84: hue angle of 235.67º 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 #232A84 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 42 | 132 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.48 |
| HSL | 235.67º | 0.58% | 0.33% | - |
| HSV(B) | 235.67º | 0.73% | 0.52% | - |
| XYZ | 5.69 | 3.68 | 22.24 | - |
| YUV | 50.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 132 | 0.73 | 0.68 | 0 | 0.48 | 235.67 | 0.58 | 0.33 |
| Hex | 23 | 2A | 84 | 49 | 44 | 0 | 30 | EC | 3A | 21 |
| Octal | 43 | 52 | 204 | 111 | 104 | 0 | 60 | 354 | 72 | 41 |
| Binary | 100011 | 101010 | 10000100 | 1001001 | 1000100 | 0 | 110000 | 11101100 | 111010 | 100001 |
Color Harmonies of #232A84
Complementary color
Monochromatic Colors of #232A84
Black with #232A84
Text Example
Text Example
White with #232A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A84; }
p { color: rgb(35,42,132); }
H1.HeaderClassName
{
color: #232A84;
}
.AnyTagClassName
{
color: #232A84;
}
</style>
background-color css
<style>
a { background-color: #232A84; }
a { background-color: rgb(35,42,132); }
div.DivClassName
{
background-color: #232A84;
}
.BgClassName
{
background-color: #232A84;
}
</style>
border-color css
<style>
span { border-color: #232A84; }
span { border-color: rgb(35,42,132); }
td.TdClassName
{
border-color: #232A84;
}
.TagClassName
{
border-color: #232A84;
}
</style>