Shades of Royal Blue #3465CD
Tints of Royal Blue #3465CD
RGB
CMYK
RGB Variations
Color information
#3465CD (or 0x3465CD) is known color: Royal Blue. HEX triplet: 34, 65 and CD. RGB value is (52,101,205). Sum of RGB (Red+Green+Blue) = 52+101+205=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #3465CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465CD is #CB9A32. Grayscale: #616161. Windows color (decimal): -13343283 or 13460788. OLE color: 13460788.
HSL color Cylindrical-coordinate representation of color #3465CD: hue angle of 220.78º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3465CD is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 101 | 205 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.20 |
| HSL | 220.78º | 0.6% | 0.5% | - |
| HSV(B) | 220.78º | 0.75% | 0.8% | - |
| XYZ | 17.09 | 14.45 | 59.65 | - |
| YUV | 98.21 | 188.27 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 205 | 0.75 | 0.51 | 0 | 0.20 | 220.78 | 0.6 | 0.5 |
| Hex | 34 | 65 | CD | 4B | 33 | 0 | 14 | DD | 3C | 32 |
| Octal | 64 | 145 | 315 | 113 | 63 | 0 | 24 | 335 | 74 | 62 |
| Binary | 110100 | 1100101 | 11001101 | 1001011 | 110011 | 0 | 10100 | 11011101 | 111100 | 110010 |
Color Harmonies of #3465CD
Complementary color
Monochromatic Colors of #3465CD
Black with #3465CD
Text Example
Text Example
White with #3465CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465CD; }
p { color: rgb(52,101,205); }
H1.HeaderClassName
{
color: #3465CD;
}
.AnyTagClassName
{
color: #3465CD;
}
</style>
background-color css
<style>
a { background-color: #3465CD; }
a { background-color: rgb(52,101,205); }
div.DivClassName
{
background-color: #3465CD;
}
.BgClassName
{
background-color: #3465CD;
}
</style>
border-color css
<style>
span { border-color: #3465CD; }
span { border-color: rgb(52,101,205); }
td.TdClassName
{
border-color: #3465CD;
}
.TagClassName
{
border-color: #3465CD;
}
</style>