Shades of Blue Charcoal #232C34
Tints of Blue Charcoal #232C34
RGB
CMYK
RGB Variations
Color information
#232C34 (or 0x232C34) is known color: Blue Charcoal. HEX triplet: 23, 2C and 34. RGB value is (35,44,52). Sum of RGB (Red+Green+Blue) = 35+44+52=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: blue. Hex color #232C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C34 is #DCD3CB. Grayscale: #2A2A2A. Windows color (decimal): -14472140 or 3419171. OLE color: 3419171.
HSL color Cylindrical-coordinate representation of color #232C34: hue angle of 208.24º 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 #232C34 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 44 | 52 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.80 |
| HSL | 208.24º | 0.2% | 0.17% | - |
| HSV(B) | 208.24º | 0.33% | 0.2% | - |
| XYZ | 2.21 | 2.41 | 3.6 | - |
| YUV | 42.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 52 | 0.33 | 0.15 | 0 | 0.80 | 208.24 | 0.2 | 0.17 |
| Hex | 23 | 2C | 34 | 21 | F | 0 | 50 | D0 | 14 | 11 |
| Octal | 43 | 54 | 64 | 41 | 17 | 0 | 120 | 320 | 24 | 21 |
| Binary | 100011 | 101100 | 110100 | 100001 | 1111 | 0 | 1010000 | 11010000 | 10100 | 10001 |
Color Harmonies of #232C34
Complementary color
Monochromatic Colors of #232C34
Black with #232C34
Text Example
Text Example
White with #232C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C34; }
p { color: rgb(35,44,52); }
H1.HeaderClassName
{
color: #232C34;
}
.AnyTagClassName
{
color: #232C34;
}
</style>
background-color css
<style>
a { background-color: #232C34; }
a { background-color: rgb(35,44,52); }
div.DivClassName
{
background-color: #232C34;
}
.BgClassName
{
background-color: #232C34;
}
</style>
border-color css
<style>
span { border-color: #232C34; }
span { border-color: rgb(35,44,52); }
td.TdClassName
{
border-color: #232C34;
}
.TagClassName
{
border-color: #232C34;
}
</style>