Shades of Royal Blue #3C58D9
Tints of Royal Blue #3C58D9
RGB
CMYK
RGB Variations
Color information
#3C58D9 (or 0x3C58D9) is known color: Royal Blue. HEX triplet: 3C, 58 and D9. RGB value is (60,88,217). Sum of RGB (Red+Green+Blue) = 60+88+217=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 217 (85.16% from 255 or 59.45% from 365); Max value from RGB is 217 - color contains mainly: blue. Hex color #3C58D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C58D9 is #C3A726. Grayscale: #5D5D5D. Windows color (decimal): -12822311 or 14243900. OLE color: 14243900.
HSL color Cylindrical-coordinate representation of color #3C58D9: hue angle of 229.3º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C58D9 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 88 | 217 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.15 |
| HSL | 229.3º | 0.67% | 0.54% | - |
| HSV(B) | 229.3º | 0.72% | 0.85% | - |
| XYZ | 17.88 | 12.95 | 67.2 | - |
| YUV | 94.33 | 197.22 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 217 | 0.72 | 0.59 | 0 | 0.15 | 229.3 | 0.67 | 0.54 |
| Hex | 3C | 58 | D9 | 48 | 3B | 0 | F | E5 | 43 | 36 |
| Octal | 74 | 130 | 331 | 110 | 73 | 0 | 17 | 345 | 103 | 66 |
| Binary | 111100 | 1011000 | 11011001 | 1001000 | 111011 | 0 | 1111 | 11100101 | 1000011 | 110110 |
Color Harmonies of #3C58D9
Complementary color
Monochromatic Colors of #3C58D9
Black with #3C58D9
Text Example
Text Example
White with #3C58D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C58D9; }
p { color: rgb(60,88,217); }
H1.HeaderClassName
{
color: #3C58D9;
}
.AnyTagClassName
{
color: #3C58D9;
}
</style>
background-color css
<style>
a { background-color: #3C58D9; }
a { background-color: rgb(60,88,217); }
div.DivClassName
{
background-color: #3C58D9;
}
.BgClassName
{
background-color: #3C58D9;
}
</style>
border-color css
<style>
span { border-color: #3C58D9; }
span { border-color: rgb(60,88,217); }
td.TdClassName
{
border-color: #3C58D9;
}
.TagClassName
{
border-color: #3C58D9;
}
</style>