Shades of Royal Blue #3353EF
Tints of Royal Blue #3353EF
RGB
CMYK
RGB Variations
Color information
#3353EF (or 0x3353EF) is known color: Royal Blue. HEX triplet: 33, 53 and EF. RGB value is (51,83,239). Sum of RGB (Red+Green+Blue) = 51+83+239=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #3353EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3353EF is #CCAC10. Grayscale: #5A5A5A. Windows color (decimal): -13413393 or 15684403. OLE color: 15684403.
HSL color Cylindrical-coordinate representation of color #3353EF: hue angle of 229.79º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3353EF is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 83 | 239 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.06 |
| HSL | 229.79º | 0.85% | 0.57% | - |
| HSV(B) | 229.79º | 0.79% | 0.94% | - |
| XYZ | 20.04 | 13.12 | 83.14 | - |
| YUV | 91.22 | 211.4 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 239 | 0.79 | 0.65 | 0 | 0.06 | 229.79 | 0.85 | 0.57 |
| Hex | 33 | 53 | EF | 4F | 41 | 0 | 6 | E6 | 55 | 39 |
| Octal | 63 | 123 | 357 | 117 | 101 | 0 | 6 | 346 | 125 | 71 |
| Binary | 110011 | 1010011 | 11101111 | 1001111 | 1000001 | 0 | 110 | 11100110 | 1010101 | 111001 |
Color Harmonies of #3353EF
Complementary color
Monochromatic Colors of #3353EF
Black with #3353EF
Text Example
Text Example
White with #3353EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3353EF; }
p { color: rgb(51,83,239); }
H1.HeaderClassName
{
color: #3353EF;
}
.AnyTagClassName
{
color: #3353EF;
}
</style>
background-color css
<style>
a { background-color: #3353EF; }
a { background-color: rgb(51,83,239); }
div.DivClassName
{
background-color: #3353EF;
}
.BgClassName
{
background-color: #3353EF;
}
</style>
border-color css
<style>
span { border-color: #3353EF; }
span { border-color: rgb(51,83,239); }
td.TdClassName
{
border-color: #3353EF;
}
.TagClassName
{
border-color: #3353EF;
}
</style>