Shades of Royal Blue #3368E3
Tints of Royal Blue #3368E3
RGB
CMYK
RGB Variations
Color information
#3368E3 (or 0x3368E3) is known color: Royal Blue. HEX triplet: 33, 68 and E3. RGB value is (51,104,227). Sum of RGB (Red+Green+Blue) = 51+104+227=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 227 (89.06% from 255 or 59.42% from 382); Max value from RGB is 227 - color contains mainly: blue. Hex color #3368E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3368E3 is #CC971C. Grayscale: #656565. Windows color (decimal): -13408029 or 14903347. OLE color: 14903347.
HSL color Cylindrical-coordinate representation of color #3368E3: hue angle of 221.93º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3368E3 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 104 | 227 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.11 |
| HSL | 221.93º | 0.76% | 0.55% | - |
| HSV(B) | 221.93º | 0.78% | 0.89% | - |
| XYZ | 20.18 | 16.15 | 74.73 | - |
| YUV | 102.18 | 198.44 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 227 | 0.78 | 0.54 | 0 | 0.11 | 221.93 | 0.76 | 0.55 |
| Hex | 33 | 68 | E3 | 4E | 36 | 0 | B | DE | 4C | 37 |
| Octal | 63 | 150 | 343 | 116 | 66 | 0 | 13 | 336 | 114 | 67 |
| Binary | 110011 | 1101000 | 11100011 | 1001110 | 110110 | 0 | 1011 | 11011110 | 1001100 | 110111 |
Color Harmonies of #3368E3
Complementary color
Monochromatic Colors of #3368E3
Black with #3368E3
Text Example
Text Example
White with #3368E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3368E3; }
p { color: rgb(51,104,227); }
H1.HeaderClassName
{
color: #3368E3;
}
.AnyTagClassName
{
color: #3368E3;
}
</style>
background-color css
<style>
a { background-color: #3368E3; }
a { background-color: rgb(51,104,227); }
div.DivClassName
{
background-color: #3368E3;
}
.BgClassName
{
background-color: #3368E3;
}
</style>
border-color css
<style>
span { border-color: #3368E3; }
span { border-color: rgb(51,104,227); }
td.TdClassName
{
border-color: #3368E3;
}
.TagClassName
{
border-color: #3368E3;
}
</style>