Shades of Midnight #232F3E
Tints of Midnight #232F3E
RGB
CMYK
RGB Variations
Color information
#232F3E (or 0x232F3E) is known color: Midnight. HEX triplet: 23, 2F and 3E. RGB value is (35,47,62). Sum of RGB (Red+Green+Blue) = 35+47+62=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 62 - color contains mainly: blue. Hex color #232F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F3E is #DCD0C1. Grayscale: #2D2D2D. Windows color (decimal): -14471362 or 4075299. OLE color: 4075299.
HSL color Cylindrical-coordinate representation of color #232F3E: hue angle of 213.33º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #232F3E is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 47 | 62 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.76 |
| HSL | 213.33º | 0.28% | 0.19% | - |
| HSV(B) | 213.33º | 0.44% | 0.24% | - |
| XYZ | 2.58 | 2.74 | 4.95 | - |
| YUV | 45.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 62 | 0.44 | 0.24 | 0 | 0.76 | 213.33 | 0.28 | 0.19 |
| Hex | 23 | 2F | 3E | 2C | 18 | 0 | 4C | D5 | 1C | 13 |
| Octal | 43 | 57 | 76 | 54 | 30 | 0 | 114 | 325 | 34 | 23 |
| Binary | 100011 | 101111 | 111110 | 101100 | 11000 | 0 | 1001100 | 11010101 | 11100 | 10011 |
Color Harmonies of #232F3E
Complementary color
Monochromatic Colors of #232F3E
Black with #232F3E
Text Example
Text Example
White with #232F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F3E; }
p { color: rgb(35,47,62); }
H1.HeaderClassName
{
color: #232F3E;
}
.AnyTagClassName
{
color: #232F3E;
}
</style>
background-color css
<style>
a { background-color: #232F3E; }
a { background-color: rgb(35,47,62); }
div.DivClassName
{
background-color: #232F3E;
}
.BgClassName
{
background-color: #232F3E;
}
</style>
border-color css
<style>
span { border-color: #232F3E; }
span { border-color: rgb(35,47,62); }
td.TdClassName
{
border-color: #232F3E;
}
.TagClassName
{
border-color: #232F3E;
}
</style>