Shades of Nordic #233A3B
Tints of Nordic #233A3B
RGB
CMYK
RGB Variations
Color information
#233A3B (or 0x233A3B) is known color: Nordic. HEX triplet: 23, 3A and 3B. RGB value is (35,58,59). Sum of RGB (Red+Green+Blue) = 35+58+59=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #233A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A3B is #DCC5C4. Grayscale: #333333. Windows color (decimal): -14468549 or 3881507. OLE color: 3881507.
HSL color Cylindrical-coordinate representation of color #233A3B: hue angle of 182.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 #233A3B is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 59 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.77 |
| HSL | 182.5º | 0.26% | 0.18% | - |
| HSV(B) | 182.5º | 0.41% | 0.23% | - |
| XYZ | 3 | 3.7 | 4.69 | - |
| YUV | 51.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 59 | 0.41 | 0.02 | 0 | 0.77 | 182.5 | 0.26 | 0.18 |
| Hex | 23 | 3A | 3B | 29 | 2 | 0 | 4D | B6 | 1A | 12 |
| Octal | 43 | 72 | 73 | 51 | 2 | 0 | 115 | 266 | 32 | 22 |
| Binary | 100011 | 111010 | 111011 | 101001 | 10 | 0 | 1001101 | 10110110 | 11010 | 10010 |
Color Harmonies of #233A3B
Complementary color
Monochromatic Colors of #233A3B
Black with #233A3B
Text Example
Text Example
White with #233A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A3B; }
p { color: rgb(35,58,59); }
H1.HeaderClassName
{
color: #233A3B;
}
.AnyTagClassName
{
color: #233A3B;
}
</style>
background-color css
<style>
a { background-color: #233A3B; }
a { background-color: rgb(35,58,59); }
div.DivClassName
{
background-color: #233A3B;
}
.BgClassName
{
background-color: #233A3B;
}
</style>
border-color css
<style>
span { border-color: #233A3B; }
span { border-color: rgb(35,58,59); }
td.TdClassName
{
border-color: #233A3B;
}
.TagClassName
{
border-color: #233A3B;
}
</style>