Shades of Nordic #233538
Tints of Nordic #233538
RGB
CMYK
RGB Variations
Color information
#233538 (or 0x233538) is known color: Nordic. HEX triplet: 23, 35 and 38. RGB value is (35,53,56). Sum of RGB (Red+Green+Blue) = 35+53+56=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #233538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233538 is #DCCAC7. Grayscale: #2F2F2F. Windows color (decimal): -14469832 or 3683619. OLE color: 3683619.
HSL color Cylindrical-coordinate representation of color #233538: hue angle of 188.57º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #233538 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 53 | 56 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.78 |
| HSL | 188.57º | 0.23% | 0.18% | - |
| HSV(B) | 188.57º | 0.38% | 0.22% | - |
| XYZ | 2.68 | 3.19 | 4.22 | - |
| YUV | 47.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 56 | 0.37 | 0.05 | 0 | 0.78 | 188.57 | 0.23 | 0.18 |
| Hex | 23 | 35 | 38 | 25 | 5 | 0 | 4E | BD | 17 | 12 |
| Octal | 43 | 65 | 70 | 45 | 5 | 0 | 116 | 275 | 27 | 22 |
| Binary | 100011 | 110101 | 111000 | 100101 | 101 | 0 | 1001110 | 10111101 | 10111 | 10010 |
Color Harmonies of #233538
Complementary color
Monochromatic Colors of #233538
Black with #233538
Text Example
Text Example
White with #233538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233538; }
p { color: rgb(35,53,56); }
H1.HeaderClassName
{
color: #233538;
}
.AnyTagClassName
{
color: #233538;
}
</style>
background-color css
<style>
a { background-color: #233538; }
a { background-color: rgb(35,53,56); }
div.DivClassName
{
background-color: #233538;
}
.BgClassName
{
background-color: #233538;
}
</style>
border-color css
<style>
span { border-color: #233538; }
span { border-color: rgb(35,53,56); }
td.TdClassName
{
border-color: #233538;
}
.TagClassName
{
border-color: #233538;
}
</style>