Shades of Regal Blue #24415D
Tints of Regal Blue #24415D
RGB
CMYK
RGB Variations
Color information
#24415D (or 0x24415D) is known color: Regal Blue. HEX triplet: 24, 41 and 5D. RGB value is (36,65,93). Sum of RGB (Red+Green+Blue) = 36+65+93=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #24415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24415D is #DBBEA2. Grayscale: #3B3B3B. Windows color (decimal): -14401187 or 6111524. OLE color: 6111524.
HSL color Cylindrical-coordinate representation of color #24415D: hue angle of 209.47º 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 #24415D is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 65 | 93 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.64 |
| HSL | 209.47º | 0.44% | 0.25% | - |
| HSV(B) | 209.47º | 0.61% | 0.36% | - |
| XYZ | 4.59 | 4.95 | 11.07 | - |
| YUV | 59.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 93 | 0.61 | 0.30 | 0 | 0.64 | 209.47 | 0.44 | 0.25 |
| Hex | 24 | 41 | 5D | 3D | 1E | 0 | 40 | D1 | 2C | 19 |
| Octal | 44 | 101 | 135 | 75 | 36 | 0 | 100 | 321 | 54 | 31 |
| Binary | 100100 | 1000001 | 1011101 | 111101 | 11110 | 0 | 1000000 | 11010001 | 101100 | 11001 |
Color Harmonies of #24415D
Complementary color
Monochromatic Colors of #24415D
Black with #24415D
Text Example
Text Example
White with #24415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24415D; }
p { color: rgb(36,65,93); }
H1.HeaderClassName
{
color: #24415D;
}
.AnyTagClassName
{
color: #24415D;
}
</style>
background-color css
<style>
a { background-color: #24415D; }
a { background-color: rgb(36,65,93); }
div.DivClassName
{
background-color: #24415D;
}
.BgClassName
{
background-color: #24415D;
}
</style>
border-color css
<style>
span { border-color: #24415D; }
span { border-color: rgb(36,65,93); }
td.TdClassName
{
border-color: #24415D;
}
.TagClassName
{
border-color: #24415D;
}
</style>