Shades of Regal Blue #243E53
Tints of Regal Blue #243E53
RGB
CMYK
RGB Variations
Color information
#243E53 (or 0x243E53) is known color: Regal Blue. HEX triplet: 24, 3E and 53. RGB value is (36,62,83). Sum of RGB (Red+Green+Blue) = 36+62+83=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #243E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243E53 is #DBC1AC. Grayscale: #383838. Windows color (decimal): -14401965 or 5455396. OLE color: 5455396.
HSL color Cylindrical-coordinate representation of color #243E53: hue angle of 206.81º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #243E53 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 62 | 83 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.67 |
| HSL | 206.81º | 0.39% | 0.23% | - |
| HSV(B) | 206.81º | 0.57% | 0.33% | - |
| XYZ | 4.01 | 4.44 | 8.83 | - |
| YUV | 56.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 62 | 83 | 0.57 | 0.25 | 0 | 0.67 | 206.81 | 0.39 | 0.23 |
| Hex | 24 | 3E | 53 | 39 | 19 | 0 | 43 | CF | 27 | 17 |
| Octal | 44 | 76 | 123 | 71 | 31 | 0 | 103 | 317 | 47 | 27 |
| Binary | 100100 | 111110 | 1010011 | 111001 | 11001 | 0 | 1000011 | 11001111 | 100111 | 10111 |
Color Harmonies of #243E53
Complementary color
Monochromatic Colors of #243E53
Black with #243E53
Text Example
Text Example
White with #243E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243E53; }
p { color: rgb(36,62,83); }
H1.HeaderClassName
{
color: #243E53;
}
.AnyTagClassName
{
color: #243E53;
}
</style>
background-color css
<style>
a { background-color: #243E53; }
a { background-color: rgb(36,62,83); }
div.DivClassName
{
background-color: #243E53;
}
.BgClassName
{
background-color: #243E53;
}
</style>
border-color css
<style>
span { border-color: #243E53; }
span { border-color: rgb(36,62,83); }
td.TdClassName
{
border-color: #243E53;
}
.TagClassName
{
border-color: #243E53;
}
</style>