Shades of Royal Blue #3362DA
Tints of Royal Blue #3362DA
RGB
CMYK
RGB Variations
Color information
#3362DA (or 0x3362DA) is known color: Royal Blue. HEX triplet: 33, 62 and DA. RGB value is (51,98,218). Sum of RGB (Red+Green+Blue) = 51+98+218=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #3362DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3362DA is #CC9D25. Grayscale: #616161. Windows color (decimal): -13409574 or 14311987. OLE color: 14311987.
HSL color Cylindrical-coordinate representation of color #3362DA: hue angle of 223.11º 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 #3362DA is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 98 | 218 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.15 |
| HSL | 223.11º | 0.69% | 0.53% | - |
| HSV(B) | 223.11º | 0.77% | 0.85% | - |
| XYZ | 18.39 | 14.5 | 68.16 | - |
| YUV | 97.63 | 195.93 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 218 | 0.77 | 0.55 | 0 | 0.15 | 223.11 | 0.69 | 0.53 |
| Hex | 33 | 62 | DA | 4D | 37 | 0 | F | DF | 45 | 35 |
| Octal | 63 | 142 | 332 | 115 | 67 | 0 | 17 | 337 | 105 | 65 |
| Binary | 110011 | 1100010 | 11011010 | 1001101 | 110111 | 0 | 1111 | 11011111 | 1000101 | 110101 |
Color Harmonies of #3362DA
Complementary color
Monochromatic Colors of #3362DA
Black with #3362DA
Text Example
Text Example
White with #3362DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362DA; }
p { color: rgb(51,98,218); }
H1.HeaderClassName
{
color: #3362DA;
}
.AnyTagClassName
{
color: #3362DA;
}
</style>
background-color css
<style>
a { background-color: #3362DA; }
a { background-color: rgb(51,98,218); }
div.DivClassName
{
background-color: #3362DA;
}
.BgClassName
{
background-color: #3362DA;
}
</style>
border-color css
<style>
span { border-color: #3362DA; }
span { border-color: rgb(51,98,218); }
td.TdClassName
{
border-color: #3362DA;
}
.TagClassName
{
border-color: #3362DA;
}
</style>