Shades of Regal Blue #24425D
Tints of Regal Blue #24425D
RGB
CMYK
RGB Variations
Color information
#24425D (or 0x24425D) is known color: Regal Blue. HEX triplet: 24, 42 and 5D. RGB value is (36,66,93). Sum of RGB (Red+Green+Blue) = 36+66+93=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #24425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24425D is #DBBDA2. Grayscale: #3B3B3B. Windows color (decimal): -14400931 or 6111780. OLE color: 6111780.
HSL color Cylindrical-coordinate representation of color #24425D: hue angle of 208.42º 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 #24425D is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 66 | 93 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.64 |
| HSL | 208.42º | 0.44% | 0.25% | - |
| HSV(B) | 208.42º | 0.61% | 0.36% | - |
| XYZ | 4.65 | 5.06 | 11.09 | - |
| YUV | 60.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 66 | 93 | 0.61 | 0.29 | 0 | 0.64 | 208.42 | 0.44 | 0.25 |
| Hex | 24 | 42 | 5D | 3D | 1D | 0 | 40 | D0 | 2C | 19 |
| Octal | 44 | 102 | 135 | 75 | 35 | 0 | 100 | 320 | 54 | 31 |
| Binary | 100100 | 1000010 | 1011101 | 111101 | 11101 | 0 | 1000000 | 11010000 | 101100 | 11001 |
Color Harmonies of #24425D
Complementary color
Monochromatic Colors of #24425D
Black with #24425D
Text Example
Text Example
White with #24425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24425D; }
p { color: rgb(36,66,93); }
H1.HeaderClassName
{
color: #24425D;
}
.AnyTagClassName
{
color: #24425D;
}
</style>
background-color css
<style>
a { background-color: #24425D; }
a { background-color: rgb(36,66,93); }
div.DivClassName
{
background-color: #24425D;
}
.BgClassName
{
background-color: #24425D;
}
</style>
border-color css
<style>
span { border-color: #24425D; }
span { border-color: rgb(36,66,93); }
td.TdClassName
{
border-color: #24425D;
}
.TagClassName
{
border-color: #24425D;
}
</style>