Shades of Royal Blue #335FE3
Tints of Royal Blue #335FE3
RGB
CMYK
RGB Variations
Color information
#335FE3 (or 0x335FE3) is known color: Royal Blue. HEX triplet: 33, 5F and E3. RGB value is (51,95,227). Sum of RGB (Red+Green+Blue) = 51+95+227=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 227 (89.06% from 255 or 60.86% from 373); Max value from RGB is 227 - color contains mainly: blue. Hex color #335FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FE3 is #CCA01C. Grayscale: #606060. Windows color (decimal): -13410333 or 14901043. OLE color: 14901043.
HSL color Cylindrical-coordinate representation of color #335FE3: hue angle of 225º 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 #335FE3 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 95 | 227 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.11 |
| HSL | 225º | 0.76% | 0.55% | - |
| HSV(B) | 225º | 0.78% | 0.89% | - |
| XYZ | 19.32 | 14.43 | 74.44 | - |
| YUV | 96.89 | 201.42 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 227 | 0.78 | 0.58 | 0 | 0.11 | 225 | 0.76 | 0.55 |
| Hex | 33 | 5F | E3 | 4E | 3A | 0 | B | E1 | 4C | 37 |
| Octal | 63 | 137 | 343 | 116 | 72 | 0 | 13 | 341 | 114 | 67 |
| Binary | 110011 | 1011111 | 11100011 | 1001110 | 111010 | 0 | 1011 | 11100001 | 1001100 | 110111 |
Color Harmonies of #335FE3
Complementary color
Monochromatic Colors of #335FE3
Black with #335FE3
Text Example
Text Example
White with #335FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335FE3; }
p { color: rgb(51,95,227); }
H1.HeaderClassName
{
color: #335FE3;
}
.AnyTagClassName
{
color: #335FE3;
}
</style>
background-color css
<style>
a { background-color: #335FE3; }
a { background-color: rgb(51,95,227); }
div.DivClassName
{
background-color: #335FE3;
}
.BgClassName
{
background-color: #335FE3;
}
</style>
border-color css
<style>
span { border-color: #335FE3; }
span { border-color: rgb(51,95,227); }
td.TdClassName
{
border-color: #335FE3;
}
.TagClassName
{
border-color: #335FE3;
}
</style>