Shades of Royal Blue #3465CE
Tints of Royal Blue #3465CE
RGB
CMYK
RGB Variations
Color information
#3465CE (or 0x3465CE) is known color: Royal Blue. HEX triplet: 34, 65 and CE. RGB value is (52,101,206). Sum of RGB (Red+Green+Blue) = 52+101+206=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #3465CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465CE is #CB9A31. Grayscale: #616161. Windows color (decimal): -13343282 or 13526324. OLE color: 13526324.
HSL color Cylindrical-coordinate representation of color #3465CE: hue angle of 220.91º degrees, saturation: 0.61, 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 #3465CE is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 101 | 206 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.19 |
| HSL | 220.91º | 0.61% | 0.51% | - |
| HSV(B) | 220.91º | 0.75% | 0.81% | - |
| XYZ | 17.21 | 14.49 | 60.28 | - |
| YUV | 98.32 | 188.77 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 206 | 0.75 | 0.51 | 0 | 0.19 | 220.91 | 0.61 | 0.51 |
| Hex | 34 | 65 | CE | 4B | 33 | 0 | 13 | DD | 3D | 33 |
| Octal | 64 | 145 | 316 | 113 | 63 | 0 | 23 | 335 | 75 | 63 |
| Binary | 110100 | 1100101 | 11001110 | 1001011 | 110011 | 0 | 10011 | 11011101 | 111101 | 110011 |
Color Harmonies of #3465CE
Complementary color
Monochromatic Colors of #3465CE
Black with #3465CE
Text Example
Text Example
White with #3465CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465CE; }
p { color: rgb(52,101,206); }
H1.HeaderClassName
{
color: #3465CE;
}
.AnyTagClassName
{
color: #3465CE;
}
</style>
background-color css
<style>
a { background-color: #3465CE; }
a { background-color: rgb(52,101,206); }
div.DivClassName
{
background-color: #3465CE;
}
.BgClassName
{
background-color: #3465CE;
}
</style>
border-color css
<style>
span { border-color: #3465CE; }
span { border-color: rgb(52,101,206); }
td.TdClassName
{
border-color: #3465CE;
}
.TagClassName
{
border-color: #3465CE;
}
</style>