Shades of Midnight Blue #232883
Tints of Midnight Blue #232883
RGB
CMYK
RGB Variations
Color information
#232883 (or 0x232883) is known color: Midnight Blue. HEX triplet: 23, 28 and 83. RGB value is (35,40,131). Sum of RGB (Red+Green+Blue) = 35+40+131=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 131 (51.56% from 255 or 63.59% from 206); Max value from RGB is 131 - color contains mainly: blue. Hex color #232883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232883 is #DCD77C. Grayscale: #303030. Windows color (decimal): -14473085 or 8595491. OLE color: 8595491.
HSL color Cylindrical-coordinate representation of color #232883: hue angle of 236.88º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232883 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 40 | 131 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.49 |
| HSL | 236.88º | 0.58% | 0.33% | - |
| HSV(B) | 236.88º | 0.73% | 0.51% | - |
| XYZ | 5.55 | 3.51 | 21.86 | - |
| YUV | 48.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 131 | 0.73 | 0.69 | 0 | 0.49 | 236.88 | 0.58 | 0.33 |
| Hex | 23 | 28 | 83 | 49 | 45 | 0 | 31 | ED | 3A | 21 |
| Octal | 43 | 50 | 203 | 111 | 105 | 0 | 61 | 355 | 72 | 41 |
| Binary | 100011 | 101000 | 10000011 | 1001001 | 1000101 | 0 | 110001 | 11101101 | 111010 | 100001 |
Color Harmonies of #232883
Complementary color
Monochromatic Colors of #232883
Black with #232883
Text Example
Text Example
White with #232883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232883; }
p { color: rgb(35,40,131); }
H1.HeaderClassName
{
color: #232883;
}
.AnyTagClassName
{
color: #232883;
}
</style>
background-color css
<style>
a { background-color: #232883; }
a { background-color: rgb(35,40,131); }
div.DivClassName
{
background-color: #232883;
}
.BgClassName
{
background-color: #232883;
}
</style>
border-color css
<style>
span { border-color: #232883; }
span { border-color: rgb(35,40,131); }
td.TdClassName
{
border-color: #232883;
}
.TagClassName
{
border-color: #232883;
}
</style>