Shades of Royal Blue #3352ED
Tints of Royal Blue #3352ED
RGB
CMYK
RGB Variations
Color information
#3352ED (or 0x3352ED) is known color: Royal Blue. HEX triplet: 33, 52 and ED. RGB value is (51,82,237). Sum of RGB (Red+Green+Blue) = 51+82+237=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #3352ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3352ED is #CCAD12. Grayscale: #595959. Windows color (decimal): -13413651 or 15553075. OLE color: 15553075.
HSL color Cylindrical-coordinate representation of color #3352ED: hue angle of 230º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3352ED is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 82 | 237 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.07 |
| HSL | 230º | 0.84% | 0.56% | - |
| HSV(B) | 230º | 0.78% | 0.93% | - |
| XYZ | 19.67 | 12.85 | 81.56 | - |
| YUV | 90.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 237 | 0.78 | 0.65 | 0 | 0.07 | 230 | 0.84 | 0.56 |
| Hex | 33 | 52 | ED | 4E | 41 | 0 | 7 | E6 | 54 | 38 |
| Octal | 63 | 122 | 355 | 116 | 101 | 0 | 7 | 346 | 124 | 70 |
| Binary | 110011 | 1010010 | 11101101 | 1001110 | 1000001 | 0 | 111 | 11100110 | 1010100 | 111000 |
Color Harmonies of #3352ED
Complementary color
Monochromatic Colors of #3352ED
Black with #3352ED
Text Example
Text Example
White with #3352ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3352ED; }
p { color: rgb(51,82,237); }
H1.HeaderClassName
{
color: #3352ED;
}
.AnyTagClassName
{
color: #3352ED;
}
</style>
background-color css
<style>
a { background-color: #3352ED; }
a { background-color: rgb(51,82,237); }
div.DivClassName
{
background-color: #3352ED;
}
.BgClassName
{
background-color: #3352ED;
}
</style>
border-color css
<style>
span { border-color: #3352ED; }
span { border-color: rgb(51,82,237); }
td.TdClassName
{
border-color: #3352ED;
}
.TagClassName
{
border-color: #3352ED;
}
</style>