Shades of Royal Blue #3C63DA
Tints of Royal Blue #3C63DA
RGB
CMYK
RGB Variations
Color information
#3C63DA (or 0x3C63DA) is known color: Royal Blue. HEX triplet: 3C, 63 and DA. RGB value is (60,99,218). Sum of RGB (Red+Green+Blue) = 60+99+218=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C63DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C63DA is #C39C25. Grayscale: #646464. Windows color (decimal): -12819494 or 14312252. OLE color: 14312252.
HSL color Cylindrical-coordinate representation of color #3C63DA: hue angle of 225.19º 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 #3C63DA is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 99 | 218 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.15 |
| HSL | 225.19º | 0.68% | 0.55% | - |
| HSV(B) | 225.19º | 0.72% | 0.85% | - |
| XYZ | 18.98 | 14.95 | 68.21 | - |
| YUV | 100.91 | 194.08 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 218 | 0.72 | 0.55 | 0 | 0.15 | 225.19 | 0.68 | 0.55 |
| Hex | 3C | 63 | DA | 48 | 37 | 0 | F | E1 | 44 | 37 |
| Octal | 74 | 143 | 332 | 110 | 67 | 0 | 17 | 341 | 104 | 67 |
| Binary | 111100 | 1100011 | 11011010 | 1001000 | 110111 | 0 | 1111 | 11100001 | 1000100 | 110111 |
Color Harmonies of #3C63DA
Complementary color
Monochromatic Colors of #3C63DA
Black with #3C63DA
Text Example
Text Example
White with #3C63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C63DA; }
p { color: rgb(60,99,218); }
H1.HeaderClassName
{
color: #3C63DA;
}
.AnyTagClassName
{
color: #3C63DA;
}
</style>
background-color css
<style>
a { background-color: #3C63DA; }
a { background-color: rgb(60,99,218); }
div.DivClassName
{
background-color: #3C63DA;
}
.BgClassName
{
background-color: #3C63DA;
}
</style>
border-color css
<style>
span { border-color: #3C63DA; }
span { border-color: rgb(60,99,218); }
td.TdClassName
{
border-color: #3C63DA;
}
.TagClassName
{
border-color: #3C63DA;
}
</style>