Shades of Royal Blue #3366DA
Tints of Royal Blue #3366DA
RGB
CMYK
RGB Variations
Color information
#3366DA (or 0x3366DA) is known color: Royal Blue. HEX triplet: 33, 66 and DA. RGB value is (51,102,218). Sum of RGB (Red+Green+Blue) = 51+102+218=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #3366DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3366DA is #CC9925. Grayscale: #636363. Windows color (decimal): -13408550 or 14313011. OLE color: 14313011.
HSL color Cylindrical-coordinate representation of color #3366DA: hue angle of 221.68º 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 #3366DA is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 102 | 218 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.15 |
| HSL | 221.68º | 0.69% | 0.53% | - |
| HSV(B) | 221.68º | 0.77% | 0.85% | - |
| XYZ | 18.77 | 15.27 | 68.29 | - |
| YUV | 99.98 | 194.6 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 218 | 0.77 | 0.53 | 0 | 0.15 | 221.68 | 0.69 | 0.53 |
| Hex | 33 | 66 | DA | 4D | 35 | 0 | F | DE | 45 | 35 |
| Octal | 63 | 146 | 332 | 115 | 65 | 0 | 17 | 336 | 105 | 65 |
| Binary | 110011 | 1100110 | 11011010 | 1001101 | 110101 | 0 | 1111 | 11011110 | 1000101 | 110101 |
Color Harmonies of #3366DA
Complementary color
Monochromatic Colors of #3366DA
Black with #3366DA
Text Example
Text Example
White with #3366DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3366DA; }
p { color: rgb(51,102,218); }
H1.HeaderClassName
{
color: #3366DA;
}
.AnyTagClassName
{
color: #3366DA;
}
</style>
background-color css
<style>
a { background-color: #3366DA; }
a { background-color: rgb(51,102,218); }
div.DivClassName
{
background-color: #3366DA;
}
.BgClassName
{
background-color: #3366DA;
}
</style>
border-color css
<style>
span { border-color: #3366DA; }
span { border-color: rgb(51,102,218); }
td.TdClassName
{
border-color: #3366DA;
}
.TagClassName
{
border-color: #3366DA;
}
</style>