Shades of Royal Blue #3581DE
Tints of Royal Blue #3581DE
RGB
CMYK
RGB Variations
Color information
#3581DE (or 0x3581DE) is known color: Royal Blue. HEX triplet: 35, 81 and DE. RGB value is (53,129,222). Sum of RGB (Red+Green+Blue) = 53+129+222=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #3581DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3581DE is #CA7E21. Grayscale: #747474. Windows color (decimal): -13270562 or 14582069. OLE color: 14582069.
HSL color Cylindrical-coordinate representation of color #3581DE: hue angle of 213.02º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3581DE is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 129 | 222 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.13 |
| HSL | 213.02º | 0.72% | 0.54% | - |
| HSV(B) | 213.02º | 0.76% | 0.87% | - |
| XYZ | 22.5 | 21.73 | 72.12 | - |
| YUV | 116.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 222 | 0.76 | 0.42 | 0 | 0.13 | 213.02 | 0.72 | 0.54 |
| Hex | 35 | 81 | DE | 4C | 2A | 0 | D | D5 | 48 | 36 |
| Octal | 65 | 201 | 336 | 114 | 52 | 0 | 15 | 325 | 110 | 66 |
| Binary | 110101 | 10000001 | 11011110 | 1001100 | 101010 | 0 | 1101 | 11010101 | 1001000 | 110110 |
Color Harmonies of #3581DE
Complementary color
Monochromatic Colors of #3581DE
Black with #3581DE
Text Example
Text Example
White with #3581DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3581DE; }
p { color: rgb(53,129,222); }
H1.HeaderClassName
{
color: #3581DE;
}
.AnyTagClassName
{
color: #3581DE;
}
</style>
background-color css
<style>
a { background-color: #3581DE; }
a { background-color: rgb(53,129,222); }
div.DivClassName
{
background-color: #3581DE;
}
.BgClassName
{
background-color: #3581DE;
}
</style>
border-color css
<style>
span { border-color: #3581DE; }
span { border-color: rgb(53,129,222); }
td.TdClassName
{
border-color: #3581DE;
}
.TagClassName
{
border-color: #3581DE;
}
</style>