Shades of Blue Charcoal #232B32
Tints of Blue Charcoal #232B32
RGB
CMYK
RGB Variations
Color information
#232B32 (or 0x232B32) is known color: Blue Charcoal. HEX triplet: 23, 2B and 32. RGB value is (35,43,50). Sum of RGB (Red+Green+Blue) = 35+43+50=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 50 - color contains mainly: blue. Hex color #232B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B32 is #DCD4CD. Grayscale: #292929. Windows color (decimal): -14472398 or 3287843. OLE color: 3287843.
HSL color Cylindrical-coordinate representation of color #232B32: hue angle of 208º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #232B32 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 43 | 50 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.80 |
| HSL | 208º | 0.18% | 0.17% | - |
| HSV(B) | 208º | 0.3% | 0.2% | - |
| XYZ | 2.13 | 2.32 | 3.35 | - |
| YUV | 41.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 50 | 0.30 | 0.14 | 0 | 0.80 | 208 | 0.18 | 0.17 |
| Hex | 23 | 2B | 32 | 1E | E | 0 | 50 | D0 | 12 | 11 |
| Octal | 43 | 53 | 62 | 36 | 16 | 0 | 120 | 320 | 22 | 21 |
| Binary | 100011 | 101011 | 110010 | 11110 | 1110 | 0 | 1010000 | 11010000 | 10010 | 10001 |
Color Harmonies of #232B32
Complementary color
Monochromatic Colors of #232B32
Black with #232B32
Text Example
Text Example
White with #232B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B32; }
p { color: rgb(35,43,50); }
H1.HeaderClassName
{
color: #232B32;
}
.AnyTagClassName
{
color: #232B32;
}
</style>
background-color css
<style>
a { background-color: #232B32; }
a { background-color: rgb(35,43,50); }
div.DivClassName
{
background-color: #232B32;
}
.BgClassName
{
background-color: #232B32;
}
</style>
border-color css
<style>
span { border-color: #232B32; }
span { border-color: rgb(35,43,50); }
td.TdClassName
{
border-color: #232B32;
}
.TagClassName
{
border-color: #232B32;
}
</style>