Shades of Nordic #233C40
Tints of Nordic #233C40
RGB
CMYK
RGB Variations
Color information
#233C40 (or 0x233C40) is known color: Nordic. HEX triplet: 23, 3C and 40. RGB value is (35,60,64). Sum of RGB (Red+Green+Blue) = 35+60+64=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #233C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C40 is #DCC3BF. Grayscale: #343434. Windows color (decimal): -14468032 or 4209699. OLE color: 4209699.
HSL color Cylindrical-coordinate representation of color #233C40: hue angle of 188.28º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #233C40 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 60 | 64 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.75 |
| HSL | 188.28º | 0.29% | 0.19% | - |
| HSV(B) | 188.28º | 0.45% | 0.25% | - |
| XYZ | 3.23 | 3.96 | 5.44 | - |
| YUV | 52.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 64 | 0.45 | 0.06 | 0 | 0.75 | 188.28 | 0.29 | 0.19 |
| Hex | 23 | 3C | 40 | 2D | 6 | 0 | 4B | BC | 1D | 13 |
| Octal | 43 | 74 | 100 | 55 | 6 | 0 | 113 | 274 | 35 | 23 |
| Binary | 100011 | 111100 | 1000000 | 101101 | 110 | 0 | 1001011 | 10111100 | 11101 | 10011 |
Color Harmonies of #233C40
Complementary color
Monochromatic Colors of #233C40
Black with #233C40
Text Example
Text Example
White with #233C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C40; }
p { color: rgb(35,60,64); }
H1.HeaderClassName
{
color: #233C40;
}
.AnyTagClassName
{
color: #233C40;
}
</style>
background-color css
<style>
a { background-color: #233C40; }
a { background-color: rgb(35,60,64); }
div.DivClassName
{
background-color: #233C40;
}
.BgClassName
{
background-color: #233C40;
}
</style>
border-color css
<style>
span { border-color: #233C40; }
span { border-color: rgb(35,60,64); }
td.TdClassName
{
border-color: #233C40;
}
.TagClassName
{
border-color: #233C40;
}
</style>