Shades of Royal Blue #355EFB
Tints of Royal Blue #355EFB
RGB
CMYK
RGB Variations
Color information
#355EFB (or 0x355EFB) is known color: Royal Blue. HEX triplet: 35, 5E and FB. RGB value is (53,94,251). Sum of RGB (Red+Green+Blue) = 53+94+251=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #355EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355EFB is #CAA104. Grayscale: #626262. Windows color (decimal): -13279493 or 16473653. OLE color: 16473653.
HSL color Cylindrical-coordinate representation of color #355EFB: hue angle of 227.58º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355EFB is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 94 | 251 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.02 |
| HSL | 227.58º | 0.96% | 0.6% | - |
| HSV(B) | 227.58º | 0.79% | 0.98% | - |
| XYZ | 22.88 | 15.73 | 93.1 | - |
| YUV | 99.64 | 213.42 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 251 | 0.79 | 0.63 | 0 | 0.02 | 227.58 | 0.96 | 0.6 |
| Hex | 35 | 5E | FB | 4F | 3F | 0 | 2 | E4 | 60 | 3C |
| Octal | 65 | 136 | 373 | 117 | 77 | 0 | 2 | 344 | 140 | 74 |
| Binary | 110101 | 1011110 | 11111011 | 1001111 | 111111 | 0 | 10 | 11100100 | 1100000 | 111100 |
Color Harmonies of #355EFB
Complementary color
Monochromatic Colors of #355EFB
Black with #355EFB
Text Example
Text Example
White with #355EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355EFB; }
p { color: rgb(53,94,251); }
H1.HeaderClassName
{
color: #355EFB;
}
.AnyTagClassName
{
color: #355EFB;
}
</style>
background-color css
<style>
a { background-color: #355EFB; }
a { background-color: rgb(53,94,251); }
div.DivClassName
{
background-color: #355EFB;
}
.BgClassName
{
background-color: #355EFB;
}
</style>
border-color css
<style>
span { border-color: #355EFB; }
span { border-color: rgb(53,94,251); }
td.TdClassName
{
border-color: #355EFB;
}
.TagClassName
{
border-color: #355EFB;
}
</style>