Shades of Royal Blue #3463CF
Tints of Royal Blue #3463CF
RGB
CMYK
RGB Variations
Color information
#3463CF (or 0x3463CF) is known color: Royal Blue. HEX triplet: 34, 63 and CF. RGB value is (52,99,207). Sum of RGB (Red+Green+Blue) = 52+99+207=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #3463CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3463CF is #CB9C30. Grayscale: #606060. Windows color (decimal): -13343793 or 13591348. OLE color: 13591348.
HSL color Cylindrical-coordinate representation of color #3463CF: hue angle of 221.81º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3463CF is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 99 | 207 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.19 |
| HSL | 221.81º | 0.62% | 0.51% | - |
| HSV(B) | 221.81º | 0.75% | 0.81% | - |
| XYZ | 17.14 | 14.16 | 60.86 | - |
| YUV | 97.26 | 189.93 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 207 | 0.75 | 0.52 | 0 | 0.19 | 221.81 | 0.62 | 0.51 |
| Hex | 34 | 63 | CF | 4B | 34 | 0 | 13 | DE | 3E | 33 |
| Octal | 64 | 143 | 317 | 113 | 64 | 0 | 23 | 336 | 76 | 63 |
| Binary | 110100 | 1100011 | 11001111 | 1001011 | 110100 | 0 | 10011 | 11011110 | 111110 | 110011 |
Color Harmonies of #3463CF
Complementary color
Monochromatic Colors of #3463CF
Black with #3463CF
Text Example
Text Example
White with #3463CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3463CF; }
p { color: rgb(52,99,207); }
H1.HeaderClassName
{
color: #3463CF;
}
.AnyTagClassName
{
color: #3463CF;
}
</style>
background-color css
<style>
a { background-color: #3463CF; }
a { background-color: rgb(52,99,207); }
div.DivClassName
{
background-color: #3463CF;
}
.BgClassName
{
background-color: #3463CF;
}
</style>
border-color css
<style>
span { border-color: #3463CF; }
span { border-color: rgb(52,99,207); }
td.TdClassName
{
border-color: #3463CF;
}
.TagClassName
{
border-color: #3463CF;
}
</style>