Shades of Nordic #233739
Tints of Nordic #233739
RGB
CMYK
RGB Variations
Color information
#233739 (or 0x233739) is known color: Nordic. HEX triplet: 23, 37 and 39. RGB value is (35,55,57). Sum of RGB (Red+Green+Blue) = 35+55+57=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 57 - color contains mainly: blue. Hex color #233739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233739 is #DCC8C6. Grayscale: #313131. Windows color (decimal): -14469319 or 3749667. OLE color: 3749667.
HSL color Cylindrical-coordinate representation of color #233739: hue angle of 185.45º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #233739 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 55 | 57 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.78 |
| HSL | 185.45º | 0.24% | 0.18% | - |
| HSV(B) | 185.45º | 0.39% | 0.22% | - |
| XYZ | 2.8 | 3.39 | 4.38 | - |
| YUV | 49.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 57 | 0.39 | 0.04 | 0 | 0.78 | 185.45 | 0.24 | 0.18 |
| Hex | 23 | 37 | 39 | 27 | 4 | 0 | 4E | B9 | 18 | 12 |
| Octal | 43 | 67 | 71 | 47 | 4 | 0 | 116 | 271 | 30 | 22 |
| Binary | 100011 | 110111 | 111001 | 100111 | 100 | 0 | 1001110 | 10111001 | 11000 | 10010 |
Color Harmonies of #233739
Complementary color
Monochromatic Colors of #233739
Black with #233739
Text Example
Text Example
White with #233739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233739; }
p { color: rgb(35,55,57); }
H1.HeaderClassName
{
color: #233739;
}
.AnyTagClassName
{
color: #233739;
}
</style>
background-color css
<style>
a { background-color: #233739; }
a { background-color: rgb(35,55,57); }
div.DivClassName
{
background-color: #233739;
}
.BgClassName
{
background-color: #233739;
}
</style>
border-color css
<style>
span { border-color: #233739; }
span { border-color: rgb(35,55,57); }
td.TdClassName
{
border-color: #233739;
}
.TagClassName
{
border-color: #233739;
}
</style>