Shades of Royal Blue #335EFB
Tints of Royal Blue #335EFB
RGB
CMYK
RGB Variations
Color information
#335EFB (or 0x335EFB) is known color: Royal Blue. HEX triplet: 33, 5E and FB. RGB value is (51,94,251). Sum of RGB (Red+Green+Blue) = 51+94+251=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #335EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335EFB is #CCA104. Grayscale: #626262. Windows color (decimal): -13410565 or 16473651. OLE color: 16473651.
HSL color Cylindrical-coordinate representation of color #335EFB: hue angle of 227.1º degrees, saturation: 0.96, 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 #335EFB is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 94 | 251 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.02 |
| HSL | 227.1º | 0.96% | 0.59% | - |
| HSV(B) | 227.1º | 0.8% | 0.98% | - |
| XYZ | 22.78 | 15.67 | 93.09 | - |
| YUV | 99.04 | 213.75 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 251 | 0.80 | 0.63 | 0 | 0.02 | 227.1 | 0.96 | 0.59 |
| Hex | 33 | 5E | FB | 50 | 3F | 0 | 2 | E3 | 60 | 3B |
| Octal | 63 | 136 | 373 | 120 | 77 | 0 | 2 | 343 | 140 | 73 |
| Binary | 110011 | 1011110 | 11111011 | 1010000 | 111111 | 0 | 10 | 11100011 | 1100000 | 111011 |
Color Harmonies of #335EFB
Complementary color
Monochromatic Colors of #335EFB
Black with #335EFB
Text Example
Text Example
White with #335EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335EFB; }
p { color: rgb(51,94,251); }
H1.HeaderClassName
{
color: #335EFB;
}
.AnyTagClassName
{
color: #335EFB;
}
</style>
background-color css
<style>
a { background-color: #335EFB; }
a { background-color: rgb(51,94,251); }
div.DivClassName
{
background-color: #335EFB;
}
.BgClassName
{
background-color: #335EFB;
}
</style>
border-color css
<style>
span { border-color: #335EFB; }
span { border-color: rgb(51,94,251); }
td.TdClassName
{
border-color: #335EFB;
}
.TagClassName
{
border-color: #335EFB;
}
</style>