Shades of Royal Blue #3475FE
Tints of Royal Blue #3475FE
RGB
CMYK
RGB Variations
Color information
#3475FE (or 0x3475FE) is known color: Royal Blue. HEX triplet: 34, 75 and FE. RGB value is (52,117,254). Sum of RGB (Red+Green+Blue) = 52+117+254=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #3475FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3475FE is #CB8A01. Grayscale: #707070. Windows color (decimal): -13339138 or 16676148. OLE color: 16676148.
HSL color Cylindrical-coordinate representation of color #3475FE: hue angle of 220.69º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3475FE is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 117 | 254 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.00 |
| HSL | 220.69º | 0.99% | 0.6% | - |
| HSV(B) | 220.69º | 0.8% | 1% | - |
| XYZ | 25.67 | 20.61 | 96.39 | - |
| YUV | 113.18 | 207.47 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 254 | 0.80 | 0.54 | 0 | 0.00 | 220.69 | 0.99 | 0.6 |
| Hex | 34 | 75 | FE | 50 | 36 | 0 | 0 | DD | 63 | 3C |
| Octal | 64 | 165 | 376 | 120 | 66 | 0 | 0 | 335 | 143 | 74 |
| Binary | 110100 | 1110101 | 11111110 | 1010000 | 110110 | 0 | 0 | 11011101 | 1100011 | 111100 |
Color Harmonies of #3475FE
Complementary color
Monochromatic Colors of #3475FE
Black with #3475FE
Text Example
Text Example
White with #3475FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3475FE; }
p { color: rgb(52,117,254); }
H1.HeaderClassName
{
color: #3475FE;
}
.AnyTagClassName
{
color: #3475FE;
}
</style>
background-color css
<style>
a { background-color: #3475FE; }
a { background-color: rgb(52,117,254); }
div.DivClassName
{
background-color: #3475FE;
}
.BgClassName
{
background-color: #3475FE;
}
</style>
border-color css
<style>
span { border-color: #3475FE; }
span { border-color: rgb(52,117,254); }
td.TdClassName
{
border-color: #3475FE;
}
.TagClassName
{
border-color: #3475FE;
}
</style>