Shades of Royal Blue #3365FA
Tints of Royal Blue #3365FA
RGB
CMYK
RGB Variations
Color information
#3365FA (or 0x3365FA) is known color: Royal Blue. HEX triplet: 33, 65 and FA. RGB value is (51,101,250). Sum of RGB (Red+Green+Blue) = 51+101+250=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #3365FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3365FA is #CC9A05. Grayscale: #666666. Windows color (decimal): -13408774 or 16409907. OLE color: 16409907.
HSL color Cylindrical-coordinate representation of color #3365FA: hue angle of 224.92º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3365FA is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 101 | 250 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.02 |
| HSL | 224.92º | 0.95% | 0.59% | - |
| HSV(B) | 224.92º | 0.8% | 0.98% | - |
| XYZ | 23.27 | 16.91 | 92.48 | - |
| YUV | 103.04 | 210.94 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 250 | 0.80 | 0.60 | 0 | 0.02 | 224.92 | 0.95 | 0.59 |
| Hex | 33 | 65 | FA | 50 | 3C | 0 | 2 | E1 | 5F | 3B |
| Octal | 63 | 145 | 372 | 120 | 74 | 0 | 2 | 341 | 137 | 73 |
| Binary | 110011 | 1100101 | 11111010 | 1010000 | 111100 | 0 | 10 | 11100001 | 1011111 | 111011 |
Color Harmonies of #3365FA
Complementary color
Monochromatic Colors of #3365FA
Black with #3365FA
Text Example
Text Example
White with #3365FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3365FA; }
p { color: rgb(51,101,250); }
H1.HeaderClassName
{
color: #3365FA;
}
.AnyTagClassName
{
color: #3365FA;
}
</style>
background-color css
<style>
a { background-color: #3365FA; }
a { background-color: rgb(51,101,250); }
div.DivClassName
{
background-color: #3365FA;
}
.BgClassName
{
background-color: #3365FA;
}
</style>
border-color css
<style>
span { border-color: #3365FA; }
span { border-color: rgb(51,101,250); }
td.TdClassName
{
border-color: #3365FA;
}
.TagClassName
{
border-color: #3365FA;
}
</style>