Shades of Royal Blue #355AF8
Tints of Royal Blue #355AF8
RGB
CMYK
RGB Variations
Color information
#355AF8 (or 0x355AF8) is known color: Royal Blue. HEX triplet: 35, 5A and F8. RGB value is (53,90,248). Sum of RGB (Red+Green+Blue) = 53+90+248=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #355AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355AF8 is #CAA507. Grayscale: #606060. Windows color (decimal): -13280520 or 16276021. OLE color: 16276021.
HSL color Cylindrical-coordinate representation of color #355AF8: hue angle of 228.62º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355AF8 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 90 | 248 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.03 |
| HSL | 228.62º | 0.93% | 0.59% | - |
| HSV(B) | 228.62º | 0.79% | 0.97% | - |
| XYZ | 22.07 | 14.85 | 90.51 | - |
| YUV | 96.95 | 213.24 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 248 | 0.79 | 0.64 | 0 | 0.03 | 228.62 | 0.93 | 0.59 |
| Hex | 35 | 5A | F8 | 4F | 40 | 0 | 3 | E5 | 5D | 3B |
| Octal | 65 | 132 | 370 | 117 | 100 | 0 | 3 | 345 | 135 | 73 |
| Binary | 110101 | 1011010 | 11111000 | 1001111 | 1000000 | 0 | 11 | 11100101 | 1011101 | 111011 |
Color Harmonies of #355AF8
Complementary color
Monochromatic Colors of #355AF8
Black with #355AF8
Text Example
Text Example
White with #355AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355AF8; }
p { color: rgb(53,90,248); }
H1.HeaderClassName
{
color: #355AF8;
}
.AnyTagClassName
{
color: #355AF8;
}
</style>
background-color css
<style>
a { background-color: #355AF8; }
a { background-color: rgb(53,90,248); }
div.DivClassName
{
background-color: #355AF8;
}
.BgClassName
{
background-color: #355AF8;
}
</style>
border-color css
<style>
span { border-color: #355AF8; }
span { border-color: rgb(53,90,248); }
td.TdClassName
{
border-color: #355AF8;
}
.TagClassName
{
border-color: #355AF8;
}
</style>