Shades of Royal Blue #335CDA
Tints of Royal Blue #335CDA
RGB
CMYK
RGB Variations
Color information
#335CDA (or 0x335CDA) is known color: Royal Blue. HEX triplet: 33, 5C and DA. RGB value is (51,92,218). Sum of RGB (Red+Green+Blue) = 51+92+218=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #335CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CDA is #CCA325. Grayscale: #5D5D5D. Windows color (decimal): -13411110 or 14310451. OLE color: 14310451.
HSL color Cylindrical-coordinate representation of color #335CDA: hue angle of 225.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335CDA is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 92 | 218 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.15 |
| HSL | 225.27º | 0.69% | 0.53% | - |
| HSV(B) | 225.27º | 0.77% | 0.85% | - |
| XYZ | 17.85 | 13.42 | 67.98 | - |
| YUV | 94.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 218 | 0.77 | 0.58 | 0 | 0.15 | 225.27 | 0.69 | 0.53 |
| Hex | 33 | 5C | DA | 4D | 3A | 0 | F | E1 | 45 | 35 |
| Octal | 63 | 134 | 332 | 115 | 72 | 0 | 17 | 341 | 105 | 65 |
| Binary | 110011 | 1011100 | 11011010 | 1001101 | 111010 | 0 | 1111 | 11100001 | 1000101 | 110101 |
Color Harmonies of #335CDA
Complementary color
Monochromatic Colors of #335CDA
Black with #335CDA
Text Example
Text Example
White with #335CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335CDA; }
p { color: rgb(51,92,218); }
H1.HeaderClassName
{
color: #335CDA;
}
.AnyTagClassName
{
color: #335CDA;
}
</style>
background-color css
<style>
a { background-color: #335CDA; }
a { background-color: rgb(51,92,218); }
div.DivClassName
{
background-color: #335CDA;
}
.BgClassName
{
background-color: #335CDA;
}
</style>
border-color css
<style>
span { border-color: #335CDA; }
span { border-color: rgb(51,92,218); }
td.TdClassName
{
border-color: #335CDA;
}
.TagClassName
{
border-color: #335CDA;
}
</style>