Shades of Nordic #243C3F
Tints of Nordic #243C3F
RGB
CMYK
RGB Variations
Color information
#243C3F (or 0x243C3F) is known color: Nordic. HEX triplet: 24, 3C and 3F. RGB value is (36,60,63). Sum of RGB (Red+Green+Blue) = 36+60+63=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #243C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243C3F is #DBC3C0. Grayscale: #353535. Windows color (decimal): -14402497 or 4144164. OLE color: 4144164.
HSL color Cylindrical-coordinate representation of color #243C3F: hue angle of 186.67º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #243C3F is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 60 | 63 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.75 |
| HSL | 186.67º | 0.27% | 0.19% | - |
| HSV(B) | 186.67º | 0.43% | 0.25% | - |
| XYZ | 3.24 | 3.97 | 5.3 | - |
| YUV | 53.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 63 | 0.43 | 0.05 | 0 | 0.75 | 186.67 | 0.27 | 0.19 |
| Hex | 24 | 3C | 3F | 2B | 5 | 0 | 4B | BB | 1B | 13 |
| Octal | 44 | 74 | 77 | 53 | 5 | 0 | 113 | 273 | 33 | 23 |
| Binary | 100100 | 111100 | 111111 | 101011 | 101 | 0 | 1001011 | 10111011 | 11011 | 10011 |
Color Harmonies of #243C3F
Complementary color
Monochromatic Colors of #243C3F
Black with #243C3F
Text Example
Text Example
White with #243C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C3F; }
p { color: rgb(36,60,63); }
H1.HeaderClassName
{
color: #243C3F;
}
.AnyTagClassName
{
color: #243C3F;
}
</style>
background-color css
<style>
a { background-color: #243C3F; }
a { background-color: rgb(36,60,63); }
div.DivClassName
{
background-color: #243C3F;
}
.BgClassName
{
background-color: #243C3F;
}
</style>
border-color css
<style>
span { border-color: #243C3F; }
span { border-color: rgb(36,60,63); }
td.TdClassName
{
border-color: #243C3F;
}
.TagClassName
{
border-color: #243C3F;
}
</style>