Shades of Royal Blue #3663DA
Tints of Royal Blue #3663DA
RGB
CMYK
RGB Variations
Color information
#3663DA (or 0x3663DA) is known color: Royal Blue. HEX triplet: 36, 63 and DA. RGB value is (54,99,218). Sum of RGB (Red+Green+Blue) = 54+99+218=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #3663DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3663DA is #C99C25. Grayscale: #626262. Windows color (decimal): -13212710 or 14312246. OLE color: 14312246.
HSL color Cylindrical-coordinate representation of color #3663DA: hue angle of 223.54º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3663DA is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 99 | 218 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.15 |
| HSL | 223.54º | 0.69% | 0.53% | - |
| HSV(B) | 223.54º | 0.75% | 0.85% | - |
| XYZ | 18.64 | 14.77 | 68.2 | - |
| YUV | 99.11 | 195.09 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 218 | 0.75 | 0.55 | 0 | 0.15 | 223.54 | 0.69 | 0.53 |
| Hex | 36 | 63 | DA | 4B | 37 | 0 | F | E0 | 45 | 35 |
| Octal | 66 | 143 | 332 | 113 | 67 | 0 | 17 | 340 | 105 | 65 |
| Binary | 110110 | 1100011 | 11011010 | 1001011 | 110111 | 0 | 1111 | 11100000 | 1000101 | 110101 |
Color Harmonies of #3663DA
Complementary color
Monochromatic Colors of #3663DA
Black with #3663DA
Text Example
Text Example
White with #3663DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3663DA; }
p { color: rgb(54,99,218); }
H1.HeaderClassName
{
color: #3663DA;
}
.AnyTagClassName
{
color: #3663DA;
}
</style>
background-color css
<style>
a { background-color: #3663DA; }
a { background-color: rgb(54,99,218); }
div.DivClassName
{
background-color: #3663DA;
}
.BgClassName
{
background-color: #3663DA;
}
</style>
border-color css
<style>
span { border-color: #3663DA; }
span { border-color: rgb(54,99,218); }
td.TdClassName
{
border-color: #3663DA;
}
.TagClassName
{
border-color: #3663DA;
}
</style>