Shades of Royal Blue #335FDC
Tints of Royal Blue #335FDC
RGB
CMYK
RGB Variations
Color information
#335FDC (or 0x335FDC) is known color: Royal Blue. HEX triplet: 33, 5F and DC. RGB value is (51,95,220). Sum of RGB (Red+Green+Blue) = 51+95+220=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #335FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FDC is #CCA023. Grayscale: #5F5F5F. Windows color (decimal): -13410340 or 14442291. OLE color: 14442291.
HSL color Cylindrical-coordinate representation of color #335FDC: hue angle of 224.38º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335FDC is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 95 | 220 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.14 |
| HSL | 224.38º | 0.71% | 0.53% | - |
| HSV(B) | 224.38º | 0.77% | 0.86% | - |
| XYZ | 18.38 | 14.06 | 69.45 | - |
| YUV | 96.09 | 197.92 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 220 | 0.77 | 0.57 | 0 | 0.14 | 224.38 | 0.71 | 0.53 |
| Hex | 33 | 5F | DC | 4D | 39 | 0 | E | E0 | 47 | 35 |
| Octal | 63 | 137 | 334 | 115 | 71 | 0 | 16 | 340 | 107 | 65 |
| Binary | 110011 | 1011111 | 11011100 | 1001101 | 111001 | 0 | 1110 | 11100000 | 1000111 | 110101 |
Color Harmonies of #335FDC
Complementary color
Monochromatic Colors of #335FDC
Black with #335FDC
Text Example
Text Example
White with #335FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335FDC; }
p { color: rgb(51,95,220); }
H1.HeaderClassName
{
color: #335FDC;
}
.AnyTagClassName
{
color: #335FDC;
}
</style>
background-color css
<style>
a { background-color: #335FDC; }
a { background-color: rgb(51,95,220); }
div.DivClassName
{
background-color: #335FDC;
}
.BgClassName
{
background-color: #335FDC;
}
</style>
border-color css
<style>
span { border-color: #335FDC; }
span { border-color: rgb(51,95,220); }
td.TdClassName
{
border-color: #335FDC;
}
.TagClassName
{
border-color: #335FDC;
}
</style>