Shades of Regal Blue #244360
Tints of Regal Blue #244360
RGB
CMYK
RGB Variations
Color information
#244360 (or 0x244360) is known color: Regal Blue. HEX triplet: 24, 43 and 60. RGB value is (36,67,96). Sum of RGB (Red+Green+Blue) = 36+67+96=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #244360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244360 is #DBBC9F. Grayscale: #3C3C3C. Windows color (decimal): -14400672 or 6308644. OLE color: 6308644.
HSL color Cylindrical-coordinate representation of color #244360: hue angle of 209º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #244360 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 67 | 96 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.62 |
| HSL | 209º | 0.45% | 0.26% | - |
| HSV(B) | 209º | 0.63% | 0.38% | - |
| XYZ | 4.85 | 5.23 | 11.82 | - |
| YUV | 61.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 67 | 96 | 0.62 | 0.30 | 0 | 0.62 | 209 | 0.45 | 0.26 |
| Hex | 24 | 43 | 60 | 3E | 1E | 0 | 3E | D1 | 2D | 1A |
| Octal | 44 | 103 | 140 | 76 | 36 | 0 | 76 | 321 | 55 | 32 |
| Binary | 100100 | 1000011 | 1100000 | 111110 | 11110 | 0 | 111110 | 11010001 | 101101 | 11010 |
Color Harmonies of #244360
Complementary color
Monochromatic Colors of #244360
Black with #244360
Text Example
Text Example
White with #244360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244360; }
p { color: rgb(36,67,96); }
H1.HeaderClassName
{
color: #244360;
}
.AnyTagClassName
{
color: #244360;
}
</style>
background-color css
<style>
a { background-color: #244360; }
a { background-color: rgb(36,67,96); }
div.DivClassName
{
background-color: #244360;
}
.BgClassName
{
background-color: #244360;
}
</style>
border-color css
<style>
span { border-color: #244360; }
span { border-color: rgb(36,67,96); }
td.TdClassName
{
border-color: #244360;
}
.TagClassName
{
border-color: #244360;
}
</style>