Shades of Royal Blue #335DF4
Tints of Royal Blue #335DF4
RGB
CMYK
RGB Variations
Color information
#335DF4 (or 0x335DF4) is known color: Royal Blue. HEX triplet: 33, 5D and F4. RGB value is (51,93,244). Sum of RGB (Red+Green+Blue) = 51+93+244=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 244 (95.70% from 255 or 62.89% from 388); Max value from RGB is 244 - color contains mainly: blue. Hex color #335DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335DF4 is #CCA20B. Grayscale: #616161. Windows color (decimal): -13410828 or 16014643. OLE color: 16014643.
HSL color Cylindrical-coordinate representation of color #335DF4: hue angle of 226.94º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #335DF4 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 93 | 244 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.04 |
| HSL | 226.94º | 0.9% | 0.58% | - |
| HSV(B) | 226.94º | 0.79% | 0.96% | - |
| XYZ | 21.61 | 15.06 | 87.36 | - |
| YUV | 97.66 | 210.59 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 244 | 0.79 | 0.62 | 0 | 0.04 | 226.94 | 0.9 | 0.58 |
| Hex | 33 | 5D | F4 | 4F | 3E | 0 | 4 | E3 | 5A | 3A |
| Octal | 63 | 135 | 364 | 117 | 76 | 0 | 4 | 343 | 132 | 72 |
| Binary | 110011 | 1011101 | 11110100 | 1001111 | 111110 | 0 | 100 | 11100011 | 1011010 | 111010 |
Color Harmonies of #335DF4
Complementary color
Monochromatic Colors of #335DF4
Black with #335DF4
Text Example
Text Example
White with #335DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DF4; }
p { color: rgb(51,93,244); }
H1.HeaderClassName
{
color: #335DF4;
}
.AnyTagClassName
{
color: #335DF4;
}
</style>
background-color css
<style>
a { background-color: #335DF4; }
a { background-color: rgb(51,93,244); }
div.DivClassName
{
background-color: #335DF4;
}
.BgClassName
{
background-color: #335DF4;
}
</style>
border-color css
<style>
span { border-color: #335DF4; }
span { border-color: rgb(51,93,244); }
td.TdClassName
{
border-color: #335DF4;
}
.TagClassName
{
border-color: #335DF4;
}
</style>