Shades of Regal Blue #244362
Tints of Regal Blue #244362
RGB
CMYK
RGB Variations
Color information
#244362 (or 0x244362) is known color: Regal Blue. HEX triplet: 24, 43 and 62. RGB value is (36,67,98). Sum of RGB (Red+Green+Blue) = 36+67+98=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #244362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244362 is #DBBC9D. Grayscale: #3D3D3D. Windows color (decimal): -14400670 or 6439716. OLE color: 6439716.
HSL color Cylindrical-coordinate representation of color #244362: hue angle of 210º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #244362 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 67 | 98 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.62 |
| HSL | 210º | 0.46% | 0.26% | - |
| HSV(B) | 210º | 0.63% | 0.38% | - |
| XYZ | 4.94 | 5.27 | 12.31 | - |
| YUV | 61.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 67 | 98 | 0.63 | 0.32 | 0 | 0.62 | 210 | 0.46 | 0.26 |
| Hex | 24 | 43 | 62 | 3F | 20 | 0 | 3E | D2 | 2E | 1A |
| Octal | 44 | 103 | 142 | 77 | 40 | 0 | 76 | 322 | 56 | 32 |
| Binary | 100100 | 1000011 | 1100010 | 111111 | 100000 | 0 | 111110 | 11010010 | 101110 | 11010 |
Color Harmonies of #244362
Complementary color
Monochromatic Colors of #244362
Black with #244362
Text Example
Text Example
White with #244362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244362; }
p { color: rgb(36,67,98); }
H1.HeaderClassName
{
color: #244362;
}
.AnyTagClassName
{
color: #244362;
}
</style>
background-color css
<style>
a { background-color: #244362; }
a { background-color: rgb(36,67,98); }
div.DivClassName
{
background-color: #244362;
}
.BgClassName
{
background-color: #244362;
}
</style>
border-color css
<style>
span { border-color: #244362; }
span { border-color: rgb(36,67,98); }
td.TdClassName
{
border-color: #244362;
}
.TagClassName
{
border-color: #244362;
}
</style>