Shades of Nordic #243D41
Tints of Nordic #243D41
RGB
CMYK
RGB Variations
Color information
#243D41 (or 0x243D41) is known color: Nordic. HEX triplet: 24, 3D and 41. RGB value is (36,61,65). Sum of RGB (Red+Green+Blue) = 36+61+65=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #243D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243D41 is #DBC2BE. Grayscale: #353535. Windows color (decimal): -14402239 or 4275492. OLE color: 4275492.
HSL color Cylindrical-coordinate representation of color #243D41: hue angle of 188.28º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #243D41 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 61 | 65 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.75 |
| HSL | 188.28º | 0.29% | 0.2% | - |
| HSV(B) | 188.28º | 0.45% | 0.25% | - |
| XYZ | 3.35 | 4.09 | 5.61 | - |
| YUV | 53.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 65 | 0.45 | 0.06 | 0 | 0.75 | 188.28 | 0.29 | 0.2 |
| Hex | 24 | 3D | 41 | 2D | 6 | 0 | 4B | BC | 1D | 14 |
| Octal | 44 | 75 | 101 | 55 | 6 | 0 | 113 | 274 | 35 | 24 |
| Binary | 100100 | 111101 | 1000001 | 101101 | 110 | 0 | 1001011 | 10111100 | 11101 | 10100 |
Color Harmonies of #243D41
Complementary color
Monochromatic Colors of #243D41
Black with #243D41
Text Example
Text Example
White with #243D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D41; }
p { color: rgb(36,61,65); }
H1.HeaderClassName
{
color: #243D41;
}
.AnyTagClassName
{
color: #243D41;
}
</style>
background-color css
<style>
a { background-color: #243D41; }
a { background-color: rgb(36,61,65); }
div.DivClassName
{
background-color: #243D41;
}
.BgClassName
{
background-color: #243D41;
}
</style>
border-color css
<style>
span { border-color: #243D41; }
span { border-color: rgb(36,61,65); }
td.TdClassName
{
border-color: #243D41;
}
.TagClassName
{
border-color: #243D41;
}
</style>