Shades of Midnight Blue #232A74
Tints of Midnight Blue #232A74
RGB
CMYK
RGB Variations
Color information
#232A74 (or 0x232A74) is known color: Midnight Blue. HEX triplet: 23, 2A and 74. RGB value is (35,42,116). Sum of RGB (Red+Green+Blue) = 35+42+116=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #232A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A74 is #DCD58B. Grayscale: #303030. Windows color (decimal): -14472588 or 7612963. OLE color: 7612963.
HSL color Cylindrical-coordinate representation of color #232A74: hue angle of 234.81º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232A74 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 42 | 116 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.55 |
| HSL | 234.81º | 0.54% | 0.3% | - |
| HSV(B) | 234.81º | 0.7% | 0.45% | - |
| XYZ | 4.67 | 3.27 | 16.91 | - |
| YUV | 48.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 116 | 0.70 | 0.64 | 0 | 0.55 | 234.81 | 0.54 | 0.3 |
| Hex | 23 | 2A | 74 | 46 | 40 | 0 | 37 | EB | 36 | 1E |
| Octal | 43 | 52 | 164 | 106 | 100 | 0 | 67 | 353 | 66 | 36 |
| Binary | 100011 | 101010 | 1110100 | 1000110 | 1000000 | 0 | 110111 | 11101011 | 110110 | 11110 |
Color Harmonies of #232A74
Complementary color
Monochromatic Colors of #232A74
Black with #232A74
Text Example
Text Example
White with #232A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A74; }
p { color: rgb(35,42,116); }
H1.HeaderClassName
{
color: #232A74;
}
.AnyTagClassName
{
color: #232A74;
}
</style>
background-color css
<style>
a { background-color: #232A74; }
a { background-color: rgb(35,42,116); }
div.DivClassName
{
background-color: #232A74;
}
.BgClassName
{
background-color: #232A74;
}
</style>
border-color css
<style>
span { border-color: #232A74; }
span { border-color: rgb(35,42,116); }
td.TdClassName
{
border-color: #232A74;
}
.TagClassName
{
border-color: #232A74;
}
</style>