Shades of Regal Blue #244463
Tints of Regal Blue #244463
RGB
CMYK
RGB Variations
Color information
#244463 (or 0x244463) is known color: Regal Blue. HEX triplet: 24, 44 and 63. RGB value is (36,68,99). Sum of RGB (Red+Green+Blue) = 36+68+99=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #244463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244463 is #DBBB9C. Grayscale: #3D3D3D. Windows color (decimal): -14400413 or 6505508. OLE color: 6505508.
HSL color Cylindrical-coordinate representation of color #244463: hue angle of 209.52º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #244463 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 68 | 99 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.61 |
| HSL | 209.52º | 0.47% | 0.26% | - |
| HSV(B) | 209.52º | 0.64% | 0.39% | - |
| XYZ | 5.05 | 5.41 | 12.58 | - |
| YUV | 61.97 | 148.9 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 99 | 0.64 | 0.31 | 0 | 0.61 | 209.52 | 0.47 | 0.26 |
| Hex | 24 | 44 | 63 | 40 | 1F | 0 | 3D | D2 | 2F | 1A |
| Octal | 44 | 104 | 143 | 100 | 37 | 0 | 75 | 322 | 57 | 32 |
| Binary | 100100 | 1000100 | 1100011 | 1000000 | 11111 | 0 | 111101 | 11010010 | 101111 | 11010 |
Color Harmonies of #244463
Complementary color
Monochromatic Colors of #244463
Black with #244463
Text Example
Text Example
White with #244463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244463; }
p { color: rgb(36,68,99); }
H1.HeaderClassName
{
color: #244463;
}
.AnyTagClassName
{
color: #244463;
}
</style>
background-color css
<style>
a { background-color: #244463; }
a { background-color: rgb(36,68,99); }
div.DivClassName
{
background-color: #244463;
}
.BgClassName
{
background-color: #244463;
}
</style>
border-color css
<style>
span { border-color: #244463; }
span { border-color: rgb(36,68,99); }
td.TdClassName
{
border-color: #244463;
}
.TagClassName
{
border-color: #244463;
}
</style>