Shades of Nile Blue #243A4C
Tints of Nile Blue #243A4C
RGB
CMYK
RGB Variations
Color information
#243A4C (or 0x243A4C) is known color: Nile Blue. HEX triplet: 24, 3A and 4C. RGB value is (36,58,76). Sum of RGB (Red+Green+Blue) = 36+58+76=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #243A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243A4C is #DBC5B3. Grayscale: #353535. Windows color (decimal): -14402996 or 4995620. OLE color: 4995620.
HSL color Cylindrical-coordinate representation of color #243A4C: hue angle of 207º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #243A4C is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 58 | 76 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.70 |
| HSL | 207º | 0.36% | 0.22% | - |
| HSV(B) | 207º | 0.53% | 0.3% | - |
| XYZ | 3.55 | 3.92 | 7.41 | - |
| YUV | 53.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 76 | 0.53 | 0.24 | 0 | 0.70 | 207 | 0.36 | 0.22 |
| Hex | 24 | 3A | 4C | 35 | 18 | 0 | 46 | CF | 24 | 16 |
| Octal | 44 | 72 | 114 | 65 | 30 | 0 | 106 | 317 | 44 | 26 |
| Binary | 100100 | 111010 | 1001100 | 110101 | 11000 | 0 | 1000110 | 11001111 | 100100 | 10110 |
Color Harmonies of #243A4C
Complementary color
Monochromatic Colors of #243A4C
Black with #243A4C
Text Example
Text Example
White with #243A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A4C; }
p { color: rgb(36,58,76); }
H1.HeaderClassName
{
color: #243A4C;
}
.AnyTagClassName
{
color: #243A4C;
}
</style>
background-color css
<style>
a { background-color: #243A4C; }
a { background-color: rgb(36,58,76); }
div.DivClassName
{
background-color: #243A4C;
}
.BgClassName
{
background-color: #243A4C;
}
</style>
border-color css
<style>
span { border-color: #243A4C; }
span { border-color: rgb(36,58,76); }
td.TdClassName
{
border-color: #243A4C;
}
.TagClassName
{
border-color: #243A4C;
}
</style>