Shades of Nordic #243C3D
Tints of Nordic #243C3D
RGB
CMYK
RGB Variations
Color information
#243C3D (or 0x243C3D) is known color: Nordic. HEX triplet: 24, 3C and 3D. RGB value is (36,60,61). Sum of RGB (Red+Green+Blue) = 36+60+61=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #243C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243C3D is #DBC3C2. Grayscale: #343434. Windows color (decimal): -14402499 or 4013092. OLE color: 4013092.
HSL color Cylindrical-coordinate representation of color #243C3D: hue angle of 182.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #243C3D is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 60 | 61 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.76 |
| HSL | 182.4º | 0.26% | 0.19% | - |
| HSV(B) | 182.4º | 0.41% | 0.24% | - |
| XYZ | 3.19 | 3.94 | 5.01 | - |
| YUV | 52.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 61 | 0.41 | 0.02 | 0 | 0.76 | 182.4 | 0.26 | 0.19 |
| Hex | 24 | 3C | 3D | 29 | 2 | 0 | 4C | B6 | 1A | 13 |
| Octal | 44 | 74 | 75 | 51 | 2 | 0 | 114 | 266 | 32 | 23 |
| Binary | 100100 | 111100 | 111101 | 101001 | 10 | 0 | 1001100 | 10110110 | 11010 | 10011 |
Color Harmonies of #243C3D
Complementary color
Monochromatic Colors of #243C3D
Black with #243C3D
Text Example
Text Example
White with #243C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C3D; }
p { color: rgb(36,60,61); }
H1.HeaderClassName
{
color: #243C3D;
}
.AnyTagClassName
{
color: #243C3D;
}
</style>
background-color css
<style>
a { background-color: #243C3D; }
a { background-color: rgb(36,60,61); }
div.DivClassName
{
background-color: #243C3D;
}
.BgClassName
{
background-color: #243C3D;
}
</style>
border-color css
<style>
span { border-color: #243C3D; }
span { border-color: rgb(36,60,61); }
td.TdClassName
{
border-color: #243C3D;
}
.TagClassName
{
border-color: #243C3D;
}
</style>