Shades of Royal Blue #3C58DA
Tints of Royal Blue #3C58DA
RGB
CMYK
RGB Variations
Color information
#3C58DA (or 0x3C58DA) is known color: Royal Blue. HEX triplet: 3C, 58 and DA. RGB value is (60,88,218). Sum of RGB (Red+Green+Blue) = 60+88+218=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C58DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C58DA is #C3A725. Grayscale: #5D5D5D. Windows color (decimal): -12822310 or 14309436. OLE color: 14309436.
HSL color Cylindrical-coordinate representation of color #3C58DA: hue angle of 229.37º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C58DA is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 88 | 218 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.15 |
| HSL | 229.37º | 0.68% | 0.55% | - |
| HSV(B) | 229.37º | 0.72% | 0.85% | - |
| XYZ | 18.01 | 13 | 67.89 | - |
| YUV | 94.45 | 197.72 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 218 | 0.72 | 0.60 | 0 | 0.15 | 229.37 | 0.68 | 0.55 |
| Hex | 3C | 58 | DA | 48 | 3C | 0 | F | E5 | 44 | 37 |
| Octal | 74 | 130 | 332 | 110 | 74 | 0 | 17 | 345 | 104 | 67 |
| Binary | 111100 | 1011000 | 11011010 | 1001000 | 111100 | 0 | 1111 | 11100101 | 1000100 | 110111 |
Color Harmonies of #3C58DA
Complementary color
Monochromatic Colors of #3C58DA
Black with #3C58DA
Text Example
Text Example
White with #3C58DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C58DA; }
p { color: rgb(60,88,218); }
H1.HeaderClassName
{
color: #3C58DA;
}
.AnyTagClassName
{
color: #3C58DA;
}
</style>
background-color css
<style>
a { background-color: #3C58DA; }
a { background-color: rgb(60,88,218); }
div.DivClassName
{
background-color: #3C58DA;
}
.BgClassName
{
background-color: #3C58DA;
}
</style>
border-color css
<style>
span { border-color: #3C58DA; }
span { border-color: rgb(60,88,218); }
td.TdClassName
{
border-color: #3C58DA;
}
.TagClassName
{
border-color: #3C58DA;
}
</style>