Shades of Royal Blue #3580D7
Tints of Royal Blue #3580D7
RGB
CMYK
RGB Variations
Color information
#3580D7 (or 0x3580D7) is known color: Royal Blue. HEX triplet: 35, 80 and D7. RGB value is (53,128,215). Sum of RGB (Red+Green+Blue) = 53+128+215=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #3580D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3580D7 is #CA7F28. Grayscale: #737373. Windows color (decimal): -13270825 or 14123061. OLE color: 14123061.
HSL color Cylindrical-coordinate representation of color #3580D7: hue angle of 212.22º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3580D7 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 128 | 215 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.16 |
| HSL | 212.22º | 0.67% | 0.53% | - |
| HSV(B) | 212.22º | 0.75% | 0.84% | - |
| XYZ | 21.45 | 21.1 | 67.23 | - |
| YUV | 115.49 | 184.15 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 215 | 0.75 | 0.40 | 0 | 0.16 | 212.22 | 0.67 | 0.53 |
| Hex | 35 | 80 | D7 | 4B | 28 | 0 | 10 | D4 | 43 | 35 |
| Octal | 65 | 200 | 327 | 113 | 50 | 0 | 20 | 324 | 103 | 65 |
| Binary | 110101 | 10000000 | 11010111 | 1001011 | 101000 | 0 | 10000 | 11010100 | 1000011 | 110101 |
Color Harmonies of #3580D7
Complementary color
Monochromatic Colors of #3580D7
Black with #3580D7
Text Example
Text Example
White with #3580D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3580D7; }
p { color: rgb(53,128,215); }
H1.HeaderClassName
{
color: #3580D7;
}
.AnyTagClassName
{
color: #3580D7;
}
</style>
background-color css
<style>
a { background-color: #3580D7; }
a { background-color: rgb(53,128,215); }
div.DivClassName
{
background-color: #3580D7;
}
.BgClassName
{
background-color: #3580D7;
}
</style>
border-color css
<style>
span { border-color: #3580D7; }
span { border-color: rgb(53,128,215); }
td.TdClassName
{
border-color: #3580D7;
}
.TagClassName
{
border-color: #3580D7;
}
</style>