Shades of Midnight Blue #232665
Tints of Midnight Blue #232665
RGB
CMYK
RGB Variations
Color information
#232665 (or 0x232665) is known color: Midnight Blue. HEX triplet: 23, 26 and 65. RGB value is (35,38,101). Sum of RGB (Red+Green+Blue) = 35+38+101=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #232665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232665 is #DCD99A. Grayscale: #2C2C2C. Windows color (decimal): -14473627 or 6628899. OLE color: 6628899.
HSL color Cylindrical-coordinate representation of color #232665: hue angle of 237.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #232665 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 38 | 101 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.60 |
| HSL | 237.27º | 0.49% | 0.27% | - |
| HSV(B) | 237.27º | 0.65% | 0.4% | - |
| XYZ | 3.74 | 2.68 | 12.63 | - |
| YUV | 44.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 101 | 0.65 | 0.62 | 0 | 0.60 | 237.27 | 0.49 | 0.27 |
| Hex | 23 | 26 | 65 | 41 | 3E | 0 | 3C | ED | 31 | 1B |
| Octal | 43 | 46 | 145 | 101 | 76 | 0 | 74 | 355 | 61 | 33 |
| Binary | 100011 | 100110 | 1100101 | 1000001 | 111110 | 0 | 111100 | 11101101 | 110001 | 11011 |
Color Harmonies of #232665
Complementary color
Monochromatic Colors of #232665
Black with #232665
Text Example
Text Example
White with #232665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232665; }
p { color: rgb(35,38,101); }
H1.HeaderClassName
{
color: #232665;
}
.AnyTagClassName
{
color: #232665;
}
</style>
background-color css
<style>
a { background-color: #232665; }
a { background-color: rgb(35,38,101); }
div.DivClassName
{
background-color: #232665;
}
.BgClassName
{
background-color: #232665;
}
</style>
border-color css
<style>
span { border-color: #232665; }
span { border-color: rgb(35,38,101); }
td.TdClassName
{
border-color: #232665;
}
.TagClassName
{
border-color: #232665;
}
</style>