Shades of Royal Blue #3465CF
Tints of Royal Blue #3465CF
RGB
CMYK
RGB Variations
Color information
#3465CF (or 0x3465CF) is known color: Royal Blue. HEX triplet: 34, 65 and CF. RGB value is (52,101,207). Sum of RGB (Red+Green+Blue) = 52+101+207=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #3465CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465CF is #CB9A30. Grayscale: #616161. Windows color (decimal): -13343281 or 13591860. OLE color: 13591860.
HSL color Cylindrical-coordinate representation of color #3465CF: hue angle of 221.03º 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 #3465CF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 101 | 207 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.19 |
| HSL | 221.03º | 0.62% | 0.51% | - |
| HSV(B) | 221.03º | 0.75% | 0.81% | - |
| XYZ | 17.33 | 14.54 | 60.92 | - |
| YUV | 98.43 | 189.27 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 207 | 0.75 | 0.51 | 0 | 0.19 | 221.03 | 0.62 | 0.51 |
| Hex | 34 | 65 | CF | 4B | 33 | 0 | 13 | DD | 3E | 33 |
| Octal | 64 | 145 | 317 | 113 | 63 | 0 | 23 | 335 | 76 | 63 |
| Binary | 110100 | 1100101 | 11001111 | 1001011 | 110011 | 0 | 10011 | 11011101 | 111110 | 110011 |
Color Harmonies of #3465CF
Complementary color
Monochromatic Colors of #3465CF
Black with #3465CF
Text Example
Text Example
White with #3465CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465CF; }
p { color: rgb(52,101,207); }
H1.HeaderClassName
{
color: #3465CF;
}
.AnyTagClassName
{
color: #3465CF;
}
</style>
background-color css
<style>
a { background-color: #3465CF; }
a { background-color: rgb(52,101,207); }
div.DivClassName
{
background-color: #3465CF;
}
.BgClassName
{
background-color: #3465CF;
}
</style>
border-color css
<style>
span { border-color: #3465CF; }
span { border-color: rgb(52,101,207); }
td.TdClassName
{
border-color: #3465CF;
}
.TagClassName
{
border-color: #3465CF;
}
</style>