Shades of Royal Blue #3567CF
Tints of Royal Blue #3567CF
RGB
CMYK
RGB Variations
Color information
#3567CF (or 0x3567CF) is known color: Royal Blue. HEX triplet: 35, 67 and CF. RGB value is (53,103,207). Sum of RGB (Red+Green+Blue) = 53+103+207=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #3567CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3567CF is #CA9830. Grayscale: #636363. Windows color (decimal): -13277233 or 13592373. OLE color: 13592373.
HSL color Cylindrical-coordinate representation of color #3567CF: hue angle of 220.52º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3567CF is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 103 | 207 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.19 |
| HSL | 220.52º | 0.62% | 0.51% | - |
| HSV(B) | 220.52º | 0.74% | 0.81% | - |
| XYZ | 17.58 | 14.96 | 60.99 | - |
| YUV | 99.91 | 188.44 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 207 | 0.74 | 0.50 | 0 | 0.19 | 220.52 | 0.62 | 0.51 |
| Hex | 35 | 67 | CF | 4A | 32 | 0 | 13 | DD | 3E | 33 |
| Octal | 65 | 147 | 317 | 112 | 62 | 0 | 23 | 335 | 76 | 63 |
| Binary | 110101 | 1100111 | 11001111 | 1001010 | 110010 | 0 | 10011 | 11011101 | 111110 | 110011 |
Color Harmonies of #3567CF
Complementary color
Monochromatic Colors of #3567CF
Black with #3567CF
Text Example
Text Example
White with #3567CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3567CF; }
p { color: rgb(53,103,207); }
H1.HeaderClassName
{
color: #3567CF;
}
.AnyTagClassName
{
color: #3567CF;
}
</style>
background-color css
<style>
a { background-color: #3567CF; }
a { background-color: rgb(53,103,207); }
div.DivClassName
{
background-color: #3567CF;
}
.BgClassName
{
background-color: #3567CF;
}
</style>
border-color css
<style>
span { border-color: #3567CF; }
span { border-color: rgb(53,103,207); }
td.TdClassName
{
border-color: #3567CF;
}
.TagClassName
{
border-color: #3567CF;
}
</style>