Shades of Nordic #233B40
Tints of Nordic #233B40
RGB
CMYK
RGB Variations
Color information
#233B40 (or 0x233B40) is known color: Nordic. HEX triplet: 23, 3B and 40. RGB value is (35,59,64). Sum of RGB (Red+Green+Blue) = 35+59+64=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #233B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B40 is #DCC4BF. Grayscale: #343434. Windows color (decimal): -14468288 or 4209443. OLE color: 4209443.
HSL color Cylindrical-coordinate representation of color #233B40: hue angle of 190.34º 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 #233B40 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 59 | 64 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.75 |
| HSL | 190.34º | 0.29% | 0.19% | - |
| HSV(B) | 190.34º | 0.45% | 0.25% | - |
| XYZ | 3.18 | 3.86 | 5.43 | - |
| YUV | 52.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 64 | 0.45 | 0.08 | 0 | 0.75 | 190.34 | 0.29 | 0.19 |
| Hex | 23 | 3B | 40 | 2D | 8 | 0 | 4B | BE | 1D | 13 |
| Octal | 43 | 73 | 100 | 55 | 10 | 0 | 113 | 276 | 35 | 23 |
| Binary | 100011 | 111011 | 1000000 | 101101 | 1000 | 0 | 1001011 | 10111110 | 11101 | 10011 |
Color Harmonies of #233B40
Complementary color
Monochromatic Colors of #233B40
Black with #233B40
Text Example
Text Example
White with #233B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B40; }
p { color: rgb(35,59,64); }
H1.HeaderClassName
{
color: #233B40;
}
.AnyTagClassName
{
color: #233B40;
}
</style>
background-color css
<style>
a { background-color: #233B40; }
a { background-color: rgb(35,59,64); }
div.DivClassName
{
background-color: #233B40;
}
.BgClassName
{
background-color: #233B40;
}
</style>
border-color css
<style>
span { border-color: #233B40; }
span { border-color: rgb(35,59,64); }
td.TdClassName
{
border-color: #233B40;
}
.TagClassName
{
border-color: #233B40;
}
</style>