Shades of Blue Charcoal #232D34
Tints of Blue Charcoal #232D34
RGB
CMYK
RGB Variations
Color information
#232D34 (or 0x232D34) is known color: Blue Charcoal. HEX triplet: 23, 2D and 34. RGB value is (35,45,52). Sum of RGB (Red+Green+Blue) = 35+45+52=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 52 - color contains mainly: blue. Hex color #232D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D34 is #DCD2CB. Grayscale: #2A2A2A. Windows color (decimal): -14471884 or 3419427. OLE color: 3419427.
HSL color Cylindrical-coordinate representation of color #232D34: hue angle of 204.71º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #232D34 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 45 | 52 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.80 |
| HSL | 204.71º | 0.2% | 0.17% | - |
| HSV(B) | 204.71º | 0.33% | 0.2% | - |
| XYZ | 2.25 | 2.48 | 3.61 | - |
| YUV | 42.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 52 | 0.33 | 0.13 | 0 | 0.80 | 204.71 | 0.2 | 0.17 |
| Hex | 23 | 2D | 34 | 21 | D | 0 | 50 | CD | 14 | 11 |
| Octal | 43 | 55 | 64 | 41 | 15 | 0 | 120 | 315 | 24 | 21 |
| Binary | 100011 | 101101 | 110100 | 100001 | 1101 | 0 | 1010000 | 11001101 | 10100 | 10001 |
Color Harmonies of #232D34
Complementary color
Monochromatic Colors of #232D34
Black with #232D34
Text Example
Text Example
White with #232D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D34; }
p { color: rgb(35,45,52); }
H1.HeaderClassName
{
color: #232D34;
}
.AnyTagClassName
{
color: #232D34;
}
</style>
background-color css
<style>
a { background-color: #232D34; }
a { background-color: rgb(35,45,52); }
div.DivClassName
{
background-color: #232D34;
}
.BgClassName
{
background-color: #232D34;
}
</style>
border-color css
<style>
span { border-color: #232D34; }
span { border-color: rgb(35,45,52); }
td.TdClassName
{
border-color: #232D34;
}
.TagClassName
{
border-color: #232D34;
}
</style>