Shades of Royal Blue #3475FF
Tints of Royal Blue #3475FF
RGB
CMYK
RGB Variations
Color information
#3475FF (or 0x3475FF) is known color: Royal Blue. HEX triplet: 34, 75 and FF. RGB value is (52,117,255). Sum of RGB (Red+Green+Blue) = 52+117+255=424 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.26% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #3475FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3475FF is #CB8A00. Grayscale: #707070. Windows color (decimal): -13339137 or 16741684. OLE color: 16741684.
HSL color Cylindrical-coordinate representation of color #3475FF: hue angle of 220.79º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3475FF is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 117 | 255 | - |
| CMYK | 0.80 | 0.54 | 0 | 0 |
| HSL | 220.79º | 1% | 0.6% | - |
| HSV(B) | 220.79º | 0.8% | 1% | - |
| XYZ | 25.83 | 20.67 | 97.24 | - |
| YUV | 113.3 | 207.97 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 255 | 0.80 | 0.54 | 0 | 0 | 220.79 | 1 | 0.6 |
| Hex | 34 | 75 | FF | 50 | 36 | 0 | 0 | DD | 64 | 3C |
| Octal | 64 | 165 | 377 | 120 | 66 | 0 | 0 | 335 | 144 | 74 |
| Binary | 110100 | 1110101 | 11111111 | 1010000 | 110110 | 0 | 0 | 11011101 | 1100100 | 111100 |
Color Harmonies of #3475FF
Complementary color
Monochromatic Colors of #3475FF
Black with #3475FF
Text Example
Text Example
White with #3475FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3475FF; }
p { color: rgb(52,117,255); }
H1.HeaderClassName
{
color: #3475FF;
}
.AnyTagClassName
{
color: #3475FF;
}
</style>
background-color css
<style>
a { background-color: #3475FF; }
a { background-color: rgb(52,117,255); }
div.DivClassName
{
background-color: #3475FF;
}
.BgClassName
{
background-color: #3475FF;
}
</style>
border-color css
<style>
span { border-color: #3475FF; }
span { border-color: rgb(52,117,255); }
td.TdClassName
{
border-color: #3475FF;
}
.TagClassName
{
border-color: #3475FF;
}
</style>