Shades of Nordic #243B3C
Tints of Nordic #243B3C
RGB
CMYK
RGB Variations
Color information
#243B3C (or 0x243B3C) is known color: Nordic. HEX triplet: 24, 3B and 3C. RGB value is (36,59,60). Sum of RGB (Red+Green+Blue) = 36+59+60=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 60 - color contains mainly: blue. Hex color #243B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243B3C is #DBC4C3. Grayscale: #343434. Windows color (decimal): -14402756 or 3947300. OLE color: 3947300.
HSL color Cylindrical-coordinate representation of color #243B3C: hue angle of 182.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #243B3C is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 59 | 60 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.76 |
| HSL | 182.5º | 0.25% | 0.19% | - |
| HSV(B) | 182.5º | 0.4% | 0.24% | - |
| XYZ | 3.11 | 3.83 | 4.85 | - |
| YUV | 52.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 60 | 0.40 | 0.02 | 0 | 0.76 | 182.5 | 0.25 | 0.19 |
| Hex | 24 | 3B | 3C | 28 | 2 | 0 | 4C | B6 | 19 | 13 |
| Octal | 44 | 73 | 74 | 50 | 2 | 0 | 114 | 266 | 31 | 23 |
| Binary | 100100 | 111011 | 111100 | 101000 | 10 | 0 | 1001100 | 10110110 | 11001 | 10011 |
Color Harmonies of #243B3C
Complementary color
Monochromatic Colors of #243B3C
Black with #243B3C
Text Example
Text Example
White with #243B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243B3C; }
p { color: rgb(36,59,60); }
H1.HeaderClassName
{
color: #243B3C;
}
.AnyTagClassName
{
color: #243B3C;
}
</style>
background-color css
<style>
a { background-color: #243B3C; }
a { background-color: rgb(36,59,60); }
div.DivClassName
{
background-color: #243B3C;
}
.BgClassName
{
background-color: #243B3C;
}
</style>
border-color css
<style>
span { border-color: #243B3C; }
span { border-color: rgb(36,59,60); }
td.TdClassName
{
border-color: #243B3C;
}
.TagClassName
{
border-color: #243B3C;
}
</style>