Shades of Royal Blue #3466FF
Tints of Royal Blue #3466FF
RGB
CMYK
RGB Variations
Color information
#3466FF (or 0x3466FF) is known color: Royal Blue. HEX triplet: 34, 66 and FF. RGB value is (52,102,255). Sum of RGB (Red+Green+Blue) = 52+102+255=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #3466FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3466FF is #CB9900. Grayscale: #676767. Windows color (decimal): -13342977 or 16737844. OLE color: 16737844.
HSL color Cylindrical-coordinate representation of color #3466FF: hue angle of 225.22º 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 #3466FF is Cyan = 0.80, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 102 | 255 | - |
| CMYK | 0.80 | 0.6 | 0 | 0 |
| HSL | 225.22º | 1% | 0.6% | - |
| HSV(B) | 225.22º | 0.8% | 1% | - |
| XYZ | 24.22 | 17.45 | 96.7 | - |
| YUV | 104.49 | 212.94 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 255 | 0.80 | 0.6 | 0 | 0 | 225.22 | 1 | 0.6 |
| Hex | 34 | 66 | FF | 50 | 3C | 0 | 0 | E1 | 64 | 3C |
| Octal | 64 | 146 | 377 | 120 | 74 | 0 | 0 | 341 | 144 | 74 |
| Binary | 110100 | 1100110 | 11111111 | 1010000 | 111100 | 0 | 0 | 11100001 | 1100100 | 111100 |
Color Harmonies of #3466FF
Complementary color
Monochromatic Colors of #3466FF
Black with #3466FF
Text Example
Text Example
White with #3466FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3466FF; }
p { color: rgb(52,102,255); }
H1.HeaderClassName
{
color: #3466FF;
}
.AnyTagClassName
{
color: #3466FF;
}
</style>
background-color css
<style>
a { background-color: #3466FF; }
a { background-color: rgb(52,102,255); }
div.DivClassName
{
background-color: #3466FF;
}
.BgClassName
{
background-color: #3466FF;
}
</style>
border-color css
<style>
span { border-color: #3466FF; }
span { border-color: rgb(52,102,255); }
td.TdClassName
{
border-color: #3466FF;
}
.TagClassName
{
border-color: #3466FF;
}
</style>