Shades of Nordic #233D41
Tints of Nordic #233D41
RGB
CMYK
RGB Variations
Color information
#233D41 (or 0x233D41) is known color: Nordic. HEX triplet: 23, 3D and 41. RGB value is (35,61,65). Sum of RGB (Red+Green+Blue) = 35+61+65=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #233D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D41 is #DCC2BE. Grayscale: #353535. Windows color (decimal): -14467775 or 4275491. OLE color: 4275491.
HSL color Cylindrical-coordinate representation of color #233D41: hue angle of 188º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #233D41 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 61 | 65 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.75 |
| HSL | 188º | 0.3% | 0.2% | - |
| HSV(B) | 188º | 0.46% | 0.25% | - |
| XYZ | 3.32 | 4.08 | 5.61 | - |
| YUV | 53.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 65 | 0.46 | 0.06 | 0 | 0.75 | 188 | 0.3 | 0.2 |
| Hex | 23 | 3D | 41 | 2E | 6 | 0 | 4B | BC | 1E | 14 |
| Octal | 43 | 75 | 101 | 56 | 6 | 0 | 113 | 274 | 36 | 24 |
| Binary | 100011 | 111101 | 1000001 | 101110 | 110 | 0 | 1001011 | 10111100 | 11110 | 10100 |
Color Harmonies of #233D41
Complementary color
Monochromatic Colors of #233D41
Black with #233D41
Text Example
Text Example
White with #233D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D41; }
p { color: rgb(35,61,65); }
H1.HeaderClassName
{
color: #233D41;
}
.AnyTagClassName
{
color: #233D41;
}
</style>
background-color css
<style>
a { background-color: #233D41; }
a { background-color: rgb(35,61,65); }
div.DivClassName
{
background-color: #233D41;
}
.BgClassName
{
background-color: #233D41;
}
</style>
border-color css
<style>
span { border-color: #233D41; }
span { border-color: rgb(35,61,65); }
td.TdClassName
{
border-color: #233D41;
}
.TagClassName
{
border-color: #233D41;
}
</style>