Shades of Royal Blue #3567DB
Tints of Royal Blue #3567DB
RGB
CMYK
RGB Variations
Color information
#3567DB (or 0x3567DB) is known color: Royal Blue. HEX triplet: 35, 67 and DB. RGB value is (53,103,219). Sum of RGB (Red+Green+Blue) = 53+103+219=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #3567DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3567DB is #CA9824. Grayscale: #646464. Windows color (decimal): -13277221 or 14378805. OLE color: 14378805.
HSL color Cylindrical-coordinate representation of color #3567DB: hue angle of 221.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3567DB is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 103 | 219 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.14 |
| HSL | 221.93º | 0.7% | 0.53% | - |
| HSV(B) | 221.93º | 0.76% | 0.86% | - |
| XYZ | 19.1 | 15.57 | 69.02 | - |
| YUV | 101.27 | 194.44 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 219 | 0.76 | 0.53 | 0 | 0.14 | 221.93 | 0.7 | 0.53 |
| Hex | 35 | 67 | DB | 4C | 35 | 0 | E | DE | 46 | 35 |
| Octal | 65 | 147 | 333 | 114 | 65 | 0 | 16 | 336 | 106 | 65 |
| Binary | 110101 | 1100111 | 11011011 | 1001100 | 110101 | 0 | 1110 | 11011110 | 1000110 | 110101 |
Color Harmonies of #3567DB
Complementary color
Monochromatic Colors of #3567DB
Black with #3567DB
Text Example
Text Example
White with #3567DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3567DB; }
p { color: rgb(53,103,219); }
H1.HeaderClassName
{
color: #3567DB;
}
.AnyTagClassName
{
color: #3567DB;
}
</style>
background-color css
<style>
a { background-color: #3567DB; }
a { background-color: rgb(53,103,219); }
div.DivClassName
{
background-color: #3567DB;
}
.BgClassName
{
background-color: #3567DB;
}
</style>
border-color css
<style>
span { border-color: #3567DB; }
span { border-color: rgb(53,103,219); }
td.TdClassName
{
border-color: #3567DB;
}
.TagClassName
{
border-color: #3567DB;
}
</style>