Shades of Nordic #233D40
Tints of Nordic #233D40
RGB
CMYK
RGB Variations
Color information
#233D40 (or 0x233D40) is known color: Nordic. HEX triplet: 23, 3D and 40. RGB value is (35,61,64). Sum of RGB (Red+Green+Blue) = 35+61+64=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #233D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D40 is #DCC2BF. Grayscale: #353535. Windows color (decimal): -14467776 or 4209955. OLE color: 4209955.
HSL color Cylindrical-coordinate representation of color #233D40: hue angle of 186.21º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #233D40 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 61 | 64 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.75 |
| HSL | 186.21º | 0.29% | 0.19% | - |
| HSV(B) | 186.21º | 0.45% | 0.25% | - |
| XYZ | 3.29 | 4.06 | 5.46 | - |
| YUV | 53.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 64 | 0.45 | 0.05 | 0 | 0.75 | 186.21 | 0.29 | 0.19 |
| Hex | 23 | 3D | 40 | 2D | 5 | 0 | 4B | BA | 1D | 13 |
| Octal | 43 | 75 | 100 | 55 | 5 | 0 | 113 | 272 | 35 | 23 |
| Binary | 100011 | 111101 | 1000000 | 101101 | 101 | 0 | 1001011 | 10111010 | 11101 | 10011 |
Color Harmonies of #233D40
Complementary color
Monochromatic Colors of #233D40
Black with #233D40
Text Example
Text Example
White with #233D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D40; }
p { color: rgb(35,61,64); }
H1.HeaderClassName
{
color: #233D40;
}
.AnyTagClassName
{
color: #233D40;
}
</style>
background-color css
<style>
a { background-color: #233D40; }
a { background-color: rgb(35,61,64); }
div.DivClassName
{
background-color: #233D40;
}
.BgClassName
{
background-color: #233D40;
}
</style>
border-color css
<style>
span { border-color: #233D40; }
span { border-color: rgb(35,61,64); }
td.TdClassName
{
border-color: #233D40;
}
.TagClassName
{
border-color: #233D40;
}
</style>