Shades of Royal Blue #3466CE
Tints of Royal Blue #3466CE
RGB
CMYK
RGB Variations
Color information
#3466CE (or 0x3466CE) is known color: Royal Blue. HEX triplet: 34, 66 and CE. RGB value is (52,102,206). Sum of RGB (Red+Green+Blue) = 52+102+206=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #3466CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3466CE is #CB9931. Grayscale: #626262. Windows color (decimal): -13343026 or 13526580. OLE color: 13526580.
HSL color Cylindrical-coordinate representation of color #3466CE: hue angle of 220.52º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3466CE is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 102 | 206 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.19 |
| HSL | 220.52º | 0.61% | 0.51% | - |
| HSV(B) | 220.52º | 0.75% | 0.81% | - |
| XYZ | 17.31 | 14.69 | 60.32 | - |
| YUV | 98.91 | 188.44 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 206 | 0.75 | 0.50 | 0 | 0.19 | 220.52 | 0.61 | 0.51 |
| Hex | 34 | 66 | CE | 4B | 32 | 0 | 13 | DD | 3D | 33 |
| Octal | 64 | 146 | 316 | 113 | 62 | 0 | 23 | 335 | 75 | 63 |
| Binary | 110100 | 1100110 | 11001110 | 1001011 | 110010 | 0 | 10011 | 11011101 | 111101 | 110011 |
Color Harmonies of #3466CE
Complementary color
Monochromatic Colors of #3466CE
Black with #3466CE
Text Example
Text Example
White with #3466CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3466CE; }
p { color: rgb(52,102,206); }
H1.HeaderClassName
{
color: #3466CE;
}
.AnyTagClassName
{
color: #3466CE;
}
</style>
background-color css
<style>
a { background-color: #3466CE; }
a { background-color: rgb(52,102,206); }
div.DivClassName
{
background-color: #3466CE;
}
.BgClassName
{
background-color: #3466CE;
}
</style>
border-color css
<style>
span { border-color: #3466CE; }
span { border-color: rgb(52,102,206); }
td.TdClassName
{
border-color: #3466CE;
}
.TagClassName
{
border-color: #3466CE;
}
</style>