Shades of Regal Blue #24445D
Tints of Regal Blue #24445D
RGB
CMYK
RGB Variations
Color information
#24445D (or 0x24445D) is known color: Regal Blue. HEX triplet: 24, 44 and 5D. RGB value is (36,68,93). Sum of RGB (Red+Green+Blue) = 36+68+93=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #24445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24445D is #DBBBA2. Grayscale: #3D3D3D. Windows color (decimal): -14400419 or 6112292. OLE color: 6112292.
HSL color Cylindrical-coordinate representation of color #24445D: hue angle of 206.32º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24445D is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 68 | 93 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.64 |
| HSL | 206.32º | 0.44% | 0.25% | - |
| HSV(B) | 206.32º | 0.61% | 0.36% | - |
| XYZ | 4.77 | 5.3 | 11.13 | - |
| YUV | 61.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 93 | 0.61 | 0.27 | 0 | 0.64 | 206.32 | 0.44 | 0.25 |
| Hex | 24 | 44 | 5D | 3D | 1B | 0 | 40 | CE | 2C | 19 |
| Octal | 44 | 104 | 135 | 75 | 33 | 0 | 100 | 316 | 54 | 31 |
| Binary | 100100 | 1000100 | 1011101 | 111101 | 11011 | 0 | 1000000 | 11001110 | 101100 | 11001 |
Color Harmonies of #24445D
Complementary color
Monochromatic Colors of #24445D
Black with #24445D
Text Example
Text Example
White with #24445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24445D; }
p { color: rgb(36,68,93); }
H1.HeaderClassName
{
color: #24445D;
}
.AnyTagClassName
{
color: #24445D;
}
</style>
background-color css
<style>
a { background-color: #24445D; }
a { background-color: rgb(36,68,93); }
div.DivClassName
{
background-color: #24445D;
}
.BgClassName
{
background-color: #24445D;
}
</style>
border-color css
<style>
span { border-color: #24445D; }
span { border-color: rgb(36,68,93); }
td.TdClassName
{
border-color: #24445D;
}
.TagClassName
{
border-color: #24445D;
}
</style>