Shades of Regal Blue #243C51
Tints of Regal Blue #243C51
RGB
CMYK
RGB Variations
Color information
#243C51 (or 0x243C51) is known color: Regal Blue. HEX triplet: 24, 3C and 51. RGB value is (36,60,81). Sum of RGB (Red+Green+Blue) = 36+60+81=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #243C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C51 is #DBC3AE. Grayscale: #373737. Windows color (decimal): -14402479 or 5323812. OLE color: 5323812.
HSL color Cylindrical-coordinate representation of color #243C51: hue angle of 208º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #243C51 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 60 | 81 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.68 |
| HSL | 208º | 0.38% | 0.23% | - |
| HSV(B) | 208º | 0.56% | 0.32% | - |
| XYZ | 3.83 | 4.2 | 8.39 | - |
| YUV | 55.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 81 | 0.56 | 0.26 | 0 | 0.68 | 208 | 0.38 | 0.23 |
| Hex | 24 | 3C | 51 | 38 | 1A | 0 | 44 | D0 | 26 | 17 |
| Octal | 44 | 74 | 121 | 70 | 32 | 0 | 104 | 320 | 46 | 27 |
| Binary | 100100 | 111100 | 1010001 | 111000 | 11010 | 0 | 1000100 | 11010000 | 100110 | 10111 |
Color Harmonies of #243C51
Complementary color
Monochromatic Colors of #243C51
Black with #243C51
Text Example
Text Example
White with #243C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C51; }
p { color: rgb(36,60,81); }
H1.HeaderClassName
{
color: #243C51;
}
.AnyTagClassName
{
color: #243C51;
}
</style>
background-color css
<style>
a { background-color: #243C51; }
a { background-color: rgb(36,60,81); }
div.DivClassName
{
background-color: #243C51;
}
.BgClassName
{
background-color: #243C51;
}
</style>
border-color css
<style>
span { border-color: #243C51; }
span { border-color: rgb(36,60,81); }
td.TdClassName
{
border-color: #243C51;
}
.TagClassName
{
border-color: #243C51;
}
</style>