Shades of Royal Blue #335ADC
Tints of Royal Blue #335ADC
RGB
CMYK
RGB Variations
Color information
#335ADC (or 0x335ADC) is known color: Royal Blue. HEX triplet: 33, 5A and DC. RGB value is (51,90,220). Sum of RGB (Red+Green+Blue) = 51+90+220=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #335ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ADC is #CCA523. Grayscale: #5C5C5C. Windows color (decimal): -13411620 or 14441011. OLE color: 14441011.
HSL color Cylindrical-coordinate representation of color #335ADC: hue angle of 226.15º 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 #335ADC is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 90 | 220 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.14 |
| HSL | 226.15º | 0.71% | 0.53% | - |
| HSV(B) | 226.15º | 0.77% | 0.86% | - |
| XYZ | 17.94 | 13.18 | 69.31 | - |
| YUV | 93.16 | 199.58 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 220 | 0.77 | 0.59 | 0 | 0.14 | 226.15 | 0.71 | 0.53 |
| Hex | 33 | 5A | DC | 4D | 3B | 0 | E | E2 | 47 | 35 |
| Octal | 63 | 132 | 334 | 115 | 73 | 0 | 16 | 342 | 107 | 65 |
| Binary | 110011 | 1011010 | 11011100 | 1001101 | 111011 | 0 | 1110 | 11100010 | 1000111 | 110101 |
Color Harmonies of #335ADC
Complementary color
Monochromatic Colors of #335ADC
Black with #335ADC
Text Example
Text Example
White with #335ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335ADC; }
p { color: rgb(51,90,220); }
H1.HeaderClassName
{
color: #335ADC;
}
.AnyTagClassName
{
color: #335ADC;
}
</style>
background-color css
<style>
a { background-color: #335ADC; }
a { background-color: rgb(51,90,220); }
div.DivClassName
{
background-color: #335ADC;
}
.BgClassName
{
background-color: #335ADC;
}
</style>
border-color css
<style>
span { border-color: #335ADC; }
span { border-color: rgb(51,90,220); }
td.TdClassName
{
border-color: #335ADC;
}
.TagClassName
{
border-color: #335ADC;
}
</style>