Shades of Royal Blue #3365F6
Tints of Royal Blue #3365F6
RGB
CMYK
RGB Variations
Color information
#3365F6 (or 0x3365F6) is known color: Royal Blue. HEX triplet: 33, 65 and F6. RGB value is (51,101,246). Sum of RGB (Red+Green+Blue) = 51+101+246=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #3365F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3365F6 is #CC9A09. Grayscale: #656565. Windows color (decimal): -13408778 or 16147763. OLE color: 16147763.
HSL color Cylindrical-coordinate representation of color #3365F6: hue angle of 224.62º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3365F6 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 101 | 246 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.04 |
| HSL | 224.62º | 0.92% | 0.58% | - |
| HSV(B) | 224.62º | 0.79% | 0.96% | - |
| XYZ | 22.65 | 16.66 | 89.21 | - |
| YUV | 102.58 | 208.94 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 246 | 0.79 | 0.59 | 0 | 0.04 | 224.62 | 0.92 | 0.58 |
| Hex | 33 | 65 | F6 | 4F | 3B | 0 | 4 | E1 | 5C | 3A |
| Octal | 63 | 145 | 366 | 117 | 73 | 0 | 4 | 341 | 134 | 72 |
| Binary | 110011 | 1100101 | 11110110 | 1001111 | 111011 | 0 | 100 | 11100001 | 1011100 | 111010 |
Color Harmonies of #3365F6
Complementary color
Monochromatic Colors of #3365F6
Black with #3365F6
Text Example
Text Example
White with #3365F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3365F6; }
p { color: rgb(51,101,246); }
H1.HeaderClassName
{
color: #3365F6;
}
.AnyTagClassName
{
color: #3365F6;
}
</style>
background-color css
<style>
a { background-color: #3365F6; }
a { background-color: rgb(51,101,246); }
div.DivClassName
{
background-color: #3365F6;
}
.BgClassName
{
background-color: #3365F6;
}
</style>
border-color css
<style>
span { border-color: #3365F6; }
span { border-color: rgb(51,101,246); }
td.TdClassName
{
border-color: #3365F6;
}
.TagClassName
{
border-color: #3365F6;
}
</style>