Shades of Royal Blue #3464D3
Tints of Royal Blue #3464D3
RGB
CMYK
RGB Variations
Color information
#3464D3 (or 0x3464D3) is known color: Royal Blue. HEX triplet: 34, 64 and D3. RGB value is (52,100,211). Sum of RGB (Red+Green+Blue) = 52+100+211=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 211 (82.81% from 255 or 58.13% from 363); Max value from RGB is 211 - color contains mainly: blue. Hex color #3464D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3464D3 is #CB9B2C. Grayscale: #616161. Windows color (decimal): -13343533 or 13853748. OLE color: 13853748.
HSL color Cylindrical-coordinate representation of color #3464D3: hue angle of 221.89º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3464D3 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 100 | 211 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.17 |
| HSL | 221.89º | 0.64% | 0.52% | - |
| HSV(B) | 221.89º | 0.75% | 0.83% | - |
| XYZ | 17.73 | 14.55 | 63.5 | - |
| YUV | 98.3 | 191.6 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 211 | 0.75 | 0.53 | 0 | 0.17 | 221.89 | 0.64 | 0.52 |
| Hex | 34 | 64 | D3 | 4B | 35 | 0 | 11 | DE | 40 | 34 |
| Octal | 64 | 144 | 323 | 113 | 65 | 0 | 21 | 336 | 100 | 64 |
| Binary | 110100 | 1100100 | 11010011 | 1001011 | 110101 | 0 | 10001 | 11011110 | 1000000 | 110100 |
Color Harmonies of #3464D3
Complementary color
Monochromatic Colors of #3464D3
Black with #3464D3
Text Example
Text Example
White with #3464D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3464D3; }
p { color: rgb(52,100,211); }
H1.HeaderClassName
{
color: #3464D3;
}
.AnyTagClassName
{
color: #3464D3;
}
</style>
background-color css
<style>
a { background-color: #3464D3; }
a { background-color: rgb(52,100,211); }
div.DivClassName
{
background-color: #3464D3;
}
.BgClassName
{
background-color: #3464D3;
}
</style>
border-color css
<style>
span { border-color: #3464D3; }
span { border-color: rgb(52,100,211); }
td.TdClassName
{
border-color: #3464D3;
}
.TagClassName
{
border-color: #3464D3;
}
</style>