Shades of Royal Blue #355AF0
Tints of Royal Blue #355AF0
RGB
CMYK
RGB Variations
Color information
#355AF0 (or 0x355AF0) is known color: Royal Blue. HEX triplet: 35, 5A and F0. RGB value is (53,90,240). Sum of RGB (Red+Green+Blue) = 53+90+240=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #355AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355AF0 is #CAA50F. Grayscale: #5F5F5F. Windows color (decimal): -13280528 or 15751733. OLE color: 15751733.
HSL color Cylindrical-coordinate representation of color #355AF0: hue angle of 228.13º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355AF0 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 90 | 240 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.06 |
| HSL | 228.13º | 0.86% | 0.57% | - |
| HSV(B) | 228.13º | 0.78% | 0.94% | - |
| XYZ | 20.85 | 14.36 | 84.11 | - |
| YUV | 96.04 | 209.24 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 240 | 0.78 | 0.62 | 0 | 0.06 | 228.13 | 0.86 | 0.57 |
| Hex | 35 | 5A | F0 | 4E | 3E | 0 | 6 | E4 | 56 | 39 |
| Octal | 65 | 132 | 360 | 116 | 76 | 0 | 6 | 344 | 126 | 71 |
| Binary | 110101 | 1011010 | 11110000 | 1001110 | 111110 | 0 | 110 | 11100100 | 1010110 | 111001 |
Color Harmonies of #355AF0
Complementary color
Monochromatic Colors of #355AF0
Black with #355AF0
Text Example
Text Example
White with #355AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355AF0; }
p { color: rgb(53,90,240); }
H1.HeaderClassName
{
color: #355AF0;
}
.AnyTagClassName
{
color: #355AF0;
}
</style>
background-color css
<style>
a { background-color: #355AF0; }
a { background-color: rgb(53,90,240); }
div.DivClassName
{
background-color: #355AF0;
}
.BgClassName
{
background-color: #355AF0;
}
</style>
border-color css
<style>
span { border-color: #355AF0; }
span { border-color: rgb(53,90,240); }
td.TdClassName
{
border-color: #355AF0;
}
.TagClassName
{
border-color: #355AF0;
}
</style>