Shades of Nordic #233B3E
Tints of Nordic #233B3E
RGB
CMYK
RGB Variations
Color information
#233B3E (or 0x233B3E) is known color: Nordic. HEX triplet: 23, 3B and 3E. RGB value is (35,59,62). Sum of RGB (Red+Green+Blue) = 35+59+62=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 62 - color contains mainly: blue. Hex color #233B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B3E is #DCC4C1. Grayscale: #343434. Windows color (decimal): -14468290 or 4078371. OLE color: 4078371.
HSL color Cylindrical-coordinate representation of color #233B3E: hue angle of 186.67º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233B3E is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 59 | 62 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.76 |
| HSL | 186.67º | 0.28% | 0.19% | - |
| HSV(B) | 186.67º | 0.44% | 0.24% | - |
| XYZ | 3.13 | 3.83 | 5.13 | - |
| YUV | 52.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 62 | 0.44 | 0.05 | 0 | 0.76 | 186.67 | 0.28 | 0.19 |
| Hex | 23 | 3B | 3E | 2C | 5 | 0 | 4C | BB | 1C | 13 |
| Octal | 43 | 73 | 76 | 54 | 5 | 0 | 114 | 273 | 34 | 23 |
| Binary | 100011 | 111011 | 111110 | 101100 | 101 | 0 | 1001100 | 10111011 | 11100 | 10011 |
Color Harmonies of #233B3E
Complementary color
Monochromatic Colors of #233B3E
Black with #233B3E
Text Example
Text Example
White with #233B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B3E; }
p { color: rgb(35,59,62); }
H1.HeaderClassName
{
color: #233B3E;
}
.AnyTagClassName
{
color: #233B3E;
}
</style>
background-color css
<style>
a { background-color: #233B3E; }
a { background-color: rgb(35,59,62); }
div.DivClassName
{
background-color: #233B3E;
}
.BgClassName
{
background-color: #233B3E;
}
</style>
border-color css
<style>
span { border-color: #233B3E; }
span { border-color: rgb(35,59,62); }
td.TdClassName
{
border-color: #233B3E;
}
.TagClassName
{
border-color: #233B3E;
}
</style>