Shades of Royal Blue #3577FA
Tints of Royal Blue #3577FA
RGB
CMYK
RGB Variations
Color information
#3577FA (or 0x3577FA) is known color: Royal Blue. HEX triplet: 35, 77 and FA. RGB value is (53,119,250). Sum of RGB (Red+Green+Blue) = 53+119+250=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #3577FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3577FA is #CA8805. Grayscale: #717171. Windows color (decimal): -13273094 or 16414517. OLE color: 16414517.
HSL color Cylindrical-coordinate representation of color #3577FA: hue angle of 219.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3577FA is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 119 | 250 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.02 |
| HSL | 219.9º | 0.95% | 0.59% | - |
| HSV(B) | 219.9º | 0.79% | 0.98% | - |
| XYZ | 25.32 | 20.85 | 93.13 | - |
| YUV | 114.2 | 204.63 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 250 | 0.79 | 0.52 | 0 | 0.02 | 219.9 | 0.95 | 0.59 |
| Hex | 35 | 77 | FA | 4F | 34 | 0 | 2 | DC | 5F | 3B |
| Octal | 65 | 167 | 372 | 117 | 64 | 0 | 2 | 334 | 137 | 73 |
| Binary | 110101 | 1110111 | 11111010 | 1001111 | 110100 | 0 | 10 | 11011100 | 1011111 | 111011 |
Color Harmonies of #3577FA
Complementary color
Monochromatic Colors of #3577FA
Black with #3577FA
Text Example
Text Example
White with #3577FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3577FA; }
p { color: rgb(53,119,250); }
H1.HeaderClassName
{
color: #3577FA;
}
.AnyTagClassName
{
color: #3577FA;
}
</style>
background-color css
<style>
a { background-color: #3577FA; }
a { background-color: rgb(53,119,250); }
div.DivClassName
{
background-color: #3577FA;
}
.BgClassName
{
background-color: #3577FA;
}
</style>
border-color css
<style>
span { border-color: #3577FA; }
span { border-color: rgb(53,119,250); }
td.TdClassName
{
border-color: #3577FA;
}
.TagClassName
{
border-color: #3577FA;
}
</style>