Shades of Royal Blue #3A64DC
Tints of Royal Blue #3A64DC
RGB
CMYK
RGB Variations
Color information
#3A64DC (or 0x3A64DC) is known color: Royal Blue. HEX triplet: 3A, 64 and DC. RGB value is (58,100,220). Sum of RGB (Red+Green+Blue) = 58+100+220=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A64DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A64DC is #C59B23. Grayscale: #646464. Windows color (decimal): -12950308 or 14443578. OLE color: 14443578.
HSL color Cylindrical-coordinate representation of color #3A64DC: hue angle of 224.44º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A64DC is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 100 | 220 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.14 |
| HSL | 224.44º | 0.7% | 0.55% | - |
| HSV(B) | 224.44º | 0.74% | 0.86% | - |
| XYZ | 19.22 | 15.18 | 69.63 | - |
| YUV | 101.12 | 195.09 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 220 | 0.74 | 0.55 | 0 | 0.14 | 224.44 | 0.7 | 0.55 |
| Hex | 3A | 64 | DC | 4A | 37 | 0 | E | E0 | 46 | 37 |
| Octal | 72 | 144 | 334 | 112 | 67 | 0 | 16 | 340 | 106 | 67 |
| Binary | 111010 | 1100100 | 11011100 | 1001010 | 110111 | 0 | 1110 | 11100000 | 1000110 | 110111 |
Color Harmonies of #3A64DC
Complementary color
Monochromatic Colors of #3A64DC
Black with #3A64DC
Text Example
Text Example
White with #3A64DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A64DC; }
p { color: rgb(58,100,220); }
H1.HeaderClassName
{
color: #3A64DC;
}
.AnyTagClassName
{
color: #3A64DC;
}
</style>
background-color css
<style>
a { background-color: #3A64DC; }
a { background-color: rgb(58,100,220); }
div.DivClassName
{
background-color: #3A64DC;
}
.BgClassName
{
background-color: #3A64DC;
}
</style>
border-color css
<style>
span { border-color: #3A64DC; }
span { border-color: rgb(58,100,220); }
td.TdClassName
{
border-color: #3A64DC;
}
.TagClassName
{
border-color: #3A64DC;
}
</style>