Shades of Royal Blue #3C58DD
Tints of Royal Blue #3C58DD
RGB
CMYK
RGB Variations
Color information
#3C58DD (or 0x3C58DD) is known color: Royal Blue. HEX triplet: 3C, 58 and DD. RGB value is (60,88,221). Sum of RGB (Red+Green+Blue) = 60+88+221=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C58DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C58DD is #C3A722. Grayscale: #5E5E5E. Windows color (decimal): -12822307 or 14506044. OLE color: 14506044.
HSL color Cylindrical-coordinate representation of color #3C58DD: hue angle of 229.57º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C58DD is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 88 | 221 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.13 |
| HSL | 229.57º | 0.7% | 0.55% | - |
| HSV(B) | 229.57º | 0.73% | 0.87% | - |
| XYZ | 18.4 | 13.16 | 69.98 | - |
| YUV | 94.79 | 199.22 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 221 | 0.73 | 0.60 | 0 | 0.13 | 229.57 | 0.7 | 0.55 |
| Hex | 3C | 58 | DD | 49 | 3C | 0 | D | E6 | 46 | 37 |
| Octal | 74 | 130 | 335 | 111 | 74 | 0 | 15 | 346 | 106 | 67 |
| Binary | 111100 | 1011000 | 11011101 | 1001001 | 111100 | 0 | 1101 | 11100110 | 1000110 | 110111 |
Color Harmonies of #3C58DD
Complementary color
Monochromatic Colors of #3C58DD
Black with #3C58DD
Text Example
Text Example
White with #3C58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C58DD; }
p { color: rgb(60,88,221); }
H1.HeaderClassName
{
color: #3C58DD;
}
.AnyTagClassName
{
color: #3C58DD;
}
</style>
background-color css
<style>
a { background-color: #3C58DD; }
a { background-color: rgb(60,88,221); }
div.DivClassName
{
background-color: #3C58DD;
}
.BgClassName
{
background-color: #3C58DD;
}
</style>
border-color css
<style>
span { border-color: #3C58DD; }
span { border-color: rgb(60,88,221); }
td.TdClassName
{
border-color: #3C58DD;
}
.TagClassName
{
border-color: #3C58DD;
}
</style>