Shades of Royal Blue #3364D5
Tints of Royal Blue #3364D5
RGB
CMYK
RGB Variations
Color information
#3364D5 (or 0x3364D5) is known color: Royal Blue. HEX triplet: 33, 64 and D5. RGB value is (51,100,213). Sum of RGB (Red+Green+Blue) = 51+100+213=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 213 (83.59% from 255 or 58.52% from 364); Max value from RGB is 213 - color contains mainly: blue. Hex color #3364D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3364D5 is #CC9B2A. Grayscale: #616161. Windows color (decimal): -13409067 or 13984819. OLE color: 13984819.
HSL color Cylindrical-coordinate representation of color #3364D5: hue angle of 221.85º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3364D5 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 100 | 213 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.16 |
| HSL | 221.85º | 0.66% | 0.52% | - |
| HSV(B) | 221.85º | 0.76% | 0.84% | - |
| XYZ | 17.93 | 14.62 | 64.83 | - |
| YUV | 98.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 213 | 0.76 | 0.53 | 0 | 0.16 | 221.85 | 0.66 | 0.52 |
| Hex | 33 | 64 | D5 | 4C | 35 | 0 | 10 | DE | 42 | 34 |
| Octal | 63 | 144 | 325 | 114 | 65 | 0 | 20 | 336 | 102 | 64 |
| Binary | 110011 | 1100100 | 11010101 | 1001100 | 110101 | 0 | 10000 | 11011110 | 1000010 | 110100 |
Color Harmonies of #3364D5
Complementary color
Monochromatic Colors of #3364D5
Black with #3364D5
Text Example
Text Example
White with #3364D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3364D5; }
p { color: rgb(51,100,213); }
H1.HeaderClassName
{
color: #3364D5;
}
.AnyTagClassName
{
color: #3364D5;
}
</style>
background-color css
<style>
a { background-color: #3364D5; }
a { background-color: rgb(51,100,213); }
div.DivClassName
{
background-color: #3364D5;
}
.BgClassName
{
background-color: #3364D5;
}
</style>
border-color css
<style>
span { border-color: #3364D5; }
span { border-color: rgb(51,100,213); }
td.TdClassName
{
border-color: #3364D5;
}
.TagClassName
{
border-color: #3364D5;
}
</style>