Shades of Royal Blue #3465EE
Tints of Royal Blue #3465EE
RGB
CMYK
RGB Variations
Color information
#3465EE (or 0x3465EE) is known color: Royal Blue. HEX triplet: 34, 65 and EE. RGB value is (52,101,238). Sum of RGB (Red+Green+Blue) = 52+101+238=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #3465EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3465EE is #CB9A11. Grayscale: #656565. Windows color (decimal): -13343250 or 15623476. OLE color: 15623476.
HSL color Cylindrical-coordinate representation of color #3465EE: hue angle of 224.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3465EE is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 101 | 238 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.07 |
| HSL | 224.19º | 0.85% | 0.57% | - |
| HSV(B) | 224.19º | 0.78% | 0.93% | - |
| XYZ | 21.5 | 16.21 | 82.88 | - |
| YUV | 101.97 | 204.77 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 238 | 0.78 | 0.58 | 0 | 0.07 | 224.19 | 0.85 | 0.57 |
| Hex | 34 | 65 | EE | 4E | 3A | 0 | 7 | E0 | 55 | 39 |
| Octal | 64 | 145 | 356 | 116 | 72 | 0 | 7 | 340 | 125 | 71 |
| Binary | 110100 | 1100101 | 11101110 | 1001110 | 111010 | 0 | 111 | 11100000 | 1010101 | 111001 |
Color Harmonies of #3465EE
Complementary color
Monochromatic Colors of #3465EE
Black with #3465EE
Text Example
Text Example
White with #3465EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465EE; }
p { color: rgb(52,101,238); }
H1.HeaderClassName
{
color: #3465EE;
}
.AnyTagClassName
{
color: #3465EE;
}
</style>
background-color css
<style>
a { background-color: #3465EE; }
a { background-color: rgb(52,101,238); }
div.DivClassName
{
background-color: #3465EE;
}
.BgClassName
{
background-color: #3465EE;
}
</style>
border-color css
<style>
span { border-color: #3465EE; }
span { border-color: rgb(52,101,238); }
td.TdClassName
{
border-color: #3465EE;
}
.TagClassName
{
border-color: #3465EE;
}
</style>