Shades of Royal Blue #3362FF
Tints of Royal Blue #3362FF
RGB
CMYK
RGB Variations
Color information
#3362FF (or 0x3362FF) is known color: Royal Blue. HEX triplet: 33, 62 and FF. RGB value is (51,98,255). Sum of RGB (Red+Green+Blue) = 51+98+255=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #3362FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3362FF is #CC9D00. Grayscale: #656565. Windows color (decimal): -13409537 or 16736819. OLE color: 16736819.
HSL color Cylindrical-coordinate representation of color #3362FF: hue angle of 226.18º 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 #3362FF is Cyan = 0.8, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 98 | 255 | - |
| CMYK | 0.8 | 0.62 | 0 | 0 |
| HSL | 226.18º | 1% | 0.6% | - |
| HSV(B) | 226.18º | 0.8% | 1% | - |
| XYZ | 23.78 | 16.66 | 96.57 | - |
| YUV | 101.85 | 214.43 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 255 | 0.8 | 0.62 | 0 | 0 | 226.18 | 1 | 0.6 |
| Hex | 33 | 62 | FF | 50 | 3E | 0 | 0 | E2 | 64 | 3C |
| Octal | 63 | 142 | 377 | 120 | 76 | 0 | 0 | 342 | 144 | 74 |
| Binary | 110011 | 1100010 | 11111111 | 1010000 | 111110 | 0 | 0 | 11100010 | 1100100 | 111100 |
Color Harmonies of #3362FF
Complementary color
Monochromatic Colors of #3362FF
Black with #3362FF
Text Example
Text Example
White with #3362FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362FF; }
p { color: rgb(51,98,255); }
H1.HeaderClassName
{
color: #3362FF;
}
.AnyTagClassName
{
color: #3362FF;
}
</style>
background-color css
<style>
a { background-color: #3362FF; }
a { background-color: rgb(51,98,255); }
div.DivClassName
{
background-color: #3362FF;
}
.BgClassName
{
background-color: #3362FF;
}
</style>
border-color css
<style>
span { border-color: #3362FF; }
span { border-color: rgb(51,98,255); }
td.TdClassName
{
border-color: #3362FF;
}
.TagClassName
{
border-color: #3362FF;
}
</style>