Shades of Royal Blue #335FDF
Tints of Royal Blue #335FDF
RGB
CMYK
RGB Variations
Color information
#335FDF (or 0x335FDF) is known color: Royal Blue. HEX triplet: 33, 5F and DF. RGB value is (51,95,223). Sum of RGB (Red+Green+Blue) = 51+95+223=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #335FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FDF is #CCA020. Grayscale: #5F5F5F. Windows color (decimal): -13410337 or 14638899. OLE color: 14638899.
HSL color Cylindrical-coordinate representation of color #335FDF: hue angle of 224.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335FDF is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 95 | 223 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.13 |
| HSL | 224.65º | 0.73% | 0.54% | - |
| HSV(B) | 224.65º | 0.77% | 0.87% | - |
| XYZ | 18.78 | 14.22 | 71.57 | - |
| YUV | 96.44 | 199.42 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 223 | 0.77 | 0.57 | 0 | 0.13 | 224.65 | 0.73 | 0.54 |
| Hex | 33 | 5F | DF | 4D | 39 | 0 | D | E1 | 49 | 36 |
| Octal | 63 | 137 | 337 | 115 | 71 | 0 | 15 | 341 | 111 | 66 |
| Binary | 110011 | 1011111 | 11011111 | 1001101 | 111001 | 0 | 1101 | 11100001 | 1001001 | 110110 |
Color Harmonies of #335FDF
Complementary color
Monochromatic Colors of #335FDF
Black with #335FDF
Text Example
Text Example
White with #335FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335FDF; }
p { color: rgb(51,95,223); }
H1.HeaderClassName
{
color: #335FDF;
}
.AnyTagClassName
{
color: #335FDF;
}
</style>
background-color css
<style>
a { background-color: #335FDF; }
a { background-color: rgb(51,95,223); }
div.DivClassName
{
background-color: #335FDF;
}
.BgClassName
{
background-color: #335FDF;
}
</style>
border-color css
<style>
span { border-color: #335FDF; }
span { border-color: rgb(51,95,223); }
td.TdClassName
{
border-color: #335FDF;
}
.TagClassName
{
border-color: #335FDF;
}
</style>