Shades of Royal Blue #335BFC
Tints of Royal Blue #335BFC
RGB
CMYK
RGB Variations
Color information
#335BFC (or 0x335BFC) is known color: Royal Blue. HEX triplet: 33, 5B and FC. RGB value is (51,91,252). Sum of RGB (Red+Green+Blue) = 51+91+252=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #335BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335BFC is #CCA403. Grayscale: #606060. Windows color (decimal): -13411332 or 16538419. OLE color: 16538419.
HSL color Cylindrical-coordinate representation of color #335BFC: hue angle of 228.06º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335BFC is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 91 | 252 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.01 |
| HSL | 228.06º | 0.97% | 0.59% | - |
| HSV(B) | 228.06º | 0.8% | 0.99% | - |
| XYZ | 22.68 | 15.21 | 93.84 | - |
| YUV | 97.39 | 215.25 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 252 | 0.80 | 0.64 | 0 | 0.01 | 228.06 | 0.97 | 0.59 |
| Hex | 33 | 5B | FC | 50 | 40 | 0 | 1 | E4 | 61 | 3B |
| Octal | 63 | 133 | 374 | 120 | 100 | 0 | 1 | 344 | 141 | 73 |
| Binary | 110011 | 1011011 | 11111100 | 1010000 | 1000000 | 0 | 1 | 11100100 | 1100001 | 111011 |
Color Harmonies of #335BFC
Complementary color
Monochromatic Colors of #335BFC
Black with #335BFC
Text Example
Text Example
White with #335BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335BFC; }
p { color: rgb(51,91,252); }
H1.HeaderClassName
{
color: #335BFC;
}
.AnyTagClassName
{
color: #335BFC;
}
</style>
background-color css
<style>
a { background-color: #335BFC; }
a { background-color: rgb(51,91,252); }
div.DivClassName
{
background-color: #335BFC;
}
.BgClassName
{
background-color: #335BFC;
}
</style>
border-color css
<style>
span { border-color: #335BFC; }
span { border-color: rgb(51,91,252); }
td.TdClassName
{
border-color: #335BFC;
}
.TagClassName
{
border-color: #335BFC;
}
</style>