Shades of Nordic #233B3A
Tints of Nordic #233B3A
RGB
CMYK
RGB Variations
Color information
#233B3A (or 0x233B3A) is known color: Nordic. HEX triplet: 23, 3B and 3A. RGB value is (35,59,58). Sum of RGB (Red+Green+Blue) = 35+59+58=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 59 - color contains mainly: green. Hex color #233B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B3A is #DCC4C5. Grayscale: #333333. Windows color (decimal): -14468294 or 3816227. OLE color: 3816227.
HSL color Cylindrical-coordinate representation of color #233B3A: hue angle of 177.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #233B3A is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 59 | 58 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.77 |
| HSL | 177.5º | 0.26% | 0.18% | - |
| HSV(B) | 177.5º | 0.41% | 0.23% | - |
| XYZ | 3.02 | 3.79 | 4.58 | - |
| YUV | 51.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 58 | 0.41 | 0 | 0.02 | 0.77 | 177.5 | 0.26 | 0.18 |
| Hex | 23 | 3B | 3A | 29 | 0 | 2 | 4D | B2 | 1A | 12 |
| Octal | 43 | 73 | 72 | 51 | 0 | 2 | 115 | 262 | 32 | 22 |
| Binary | 100011 | 111011 | 111010 | 101001 | 0 | 10 | 1001101 | 10110010 | 11010 | 10010 |
Color Harmonies of #233B3A
Complementary color
Monochromatic Colors of #233B3A
Black with #233B3A
Text Example
Text Example
White with #233B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B3A; }
p { color: rgb(35,59,58); }
H1.HeaderClassName
{
color: #233B3A;
}
.AnyTagClassName
{
color: #233B3A;
}
</style>
background-color css
<style>
a { background-color: #233B3A; }
a { background-color: rgb(35,59,58); }
div.DivClassName
{
background-color: #233B3A;
}
.BgClassName
{
background-color: #233B3A;
}
</style>
border-color css
<style>
span { border-color: #233B3A; }
span { border-color: rgb(35,59,58); }
td.TdClassName
{
border-color: #233B3A;
}
.TagClassName
{
border-color: #233B3A;
}
</style>