Shades of Midnight #233448
Tints of Midnight #233448
RGB
CMYK
RGB Variations
Color information
#233448 (or 0x233448) is known color: Midnight. HEX triplet: 23, 34 and 48. RGB value is (35,52,72). Sum of RGB (Red+Green+Blue) = 35+52+72=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #233448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233448 is #DCCBB7. Grayscale: #313131. Windows color (decimal): -14470072 or 4731939. OLE color: 4731939.
HSL color Cylindrical-coordinate representation of color #233448: hue angle of 212.43º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #233448 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 52 | 72 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.72 |
| HSL | 212.43º | 0.35% | 0.21% | - |
| HSV(B) | 212.43º | 0.51% | 0.28% | - |
| XYZ | 3.09 | 3.28 | 6.6 | - |
| YUV | 49.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 72 | 0.51 | 0.28 | 0 | 0.72 | 212.43 | 0.35 | 0.21 |
| Hex | 23 | 34 | 48 | 33 | 1C | 0 | 48 | D4 | 23 | 15 |
| Octal | 43 | 64 | 110 | 63 | 34 | 0 | 110 | 324 | 43 | 25 |
| Binary | 100011 | 110100 | 1001000 | 110011 | 11100 | 0 | 1001000 | 11010100 | 100011 | 10101 |
Color Harmonies of #233448
Complementary color
Monochromatic Colors of #233448
Black with #233448
Text Example
Text Example
White with #233448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233448; }
p { color: rgb(35,52,72); }
H1.HeaderClassName
{
color: #233448;
}
.AnyTagClassName
{
color: #233448;
}
</style>
background-color css
<style>
a { background-color: #233448; }
a { background-color: rgb(35,52,72); }
div.DivClassName
{
background-color: #233448;
}
.BgClassName
{
background-color: #233448;
}
</style>
border-color css
<style>
span { border-color: #233448; }
span { border-color: rgb(35,52,72); }
td.TdClassName
{
border-color: #233448;
}
.TagClassName
{
border-color: #233448;
}
</style>