Shades of Midnight Blue #23226D
Tints of Midnight Blue #23226D
RGB
CMYK
RGB Variations
Color information
#23226D (or 0x23226D) is known color: Midnight Blue. HEX triplet: 23, 22 and 6D. RGB value is (35,34,109). Sum of RGB (Red+Green+Blue) = 35+34+109=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #23226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23226D is #DCDD92. Grayscale: #2A2A2A. Windows color (decimal): -14474643 or 7152163. OLE color: 7152163.
HSL color Cylindrical-coordinate representation of color #23226D: hue angle of 240.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23226D is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 34 | 109 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.57 |
| HSL | 240.8º | 0.52% | 0.28% | - |
| HSV(B) | 240.8º | 0.69% | 0.43% | - |
| XYZ | 4.03 | 2.61 | 14.76 | - |
| YUV | 42.85 | 165.33 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 109 | 0.68 | 0.69 | 0 | 0.57 | 240.8 | 0.52 | 0.28 |
| Hex | 23 | 22 | 6D | 44 | 45 | 0 | 39 | F1 | 34 | 1C |
| Octal | 43 | 42 | 155 | 104 | 105 | 0 | 71 | 361 | 64 | 34 |
| Binary | 100011 | 100010 | 1101101 | 1000100 | 1000101 | 0 | 111001 | 11110001 | 110100 | 11100 |
Color Harmonies of #23226D
Complementary color
Monochromatic Colors of #23226D
Black with #23226D
Text Example
Text Example
White with #23226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23226D; }
p { color: rgb(35,34,109); }
H1.HeaderClassName
{
color: #23226D;
}
.AnyTagClassName
{
color: #23226D;
}
</style>
background-color css
<style>
a { background-color: #23226D; }
a { background-color: rgb(35,34,109); }
div.DivClassName
{
background-color: #23226D;
}
.BgClassName
{
background-color: #23226D;
}
</style>
border-color css
<style>
span { border-color: #23226D; }
span { border-color: rgb(35,34,109); }
td.TdClassName
{
border-color: #23226D;
}
.TagClassName
{
border-color: #23226D;
}
</style>