Shades of Royal Blue #3564D6
Tints of Royal Blue #3564D6
RGB
CMYK
RGB Variations
Color information
#3564D6 (or 0x3564D6) is known color: Royal Blue. HEX triplet: 35, 64 and D6. RGB value is (53,100,214). Sum of RGB (Red+Green+Blue) = 53+100+214=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 214 (83.98% from 255 or 58.31% from 367); Max value from RGB is 214 - color contains mainly: blue. Hex color #3564D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3564D6 is #CA9B29. Grayscale: #626262. Windows color (decimal): -13277994 or 14050357. OLE color: 14050357.
HSL color Cylindrical-coordinate representation of color #3564D6: hue angle of 222.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3564D6 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 100 | 214 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.16 |
| HSL | 222.48º | 0.66% | 0.52% | - |
| HSV(B) | 222.48º | 0.75% | 0.84% | - |
| XYZ | 18.16 | 14.73 | 65.5 | - |
| YUV | 98.94 | 192.93 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 214 | 0.75 | 0.53 | 0 | 0.16 | 222.48 | 0.66 | 0.52 |
| Hex | 35 | 64 | D6 | 4B | 35 | 0 | 10 | DE | 42 | 34 |
| Octal | 65 | 144 | 326 | 113 | 65 | 0 | 20 | 336 | 102 | 64 |
| Binary | 110101 | 1100100 | 11010110 | 1001011 | 110101 | 0 | 10000 | 11011110 | 1000010 | 110100 |
Color Harmonies of #3564D6
Complementary color
Monochromatic Colors of #3564D6
Black with #3564D6
Text Example
Text Example
White with #3564D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3564D6; }
p { color: rgb(53,100,214); }
H1.HeaderClassName
{
color: #3564D6;
}
.AnyTagClassName
{
color: #3564D6;
}
</style>
background-color css
<style>
a { background-color: #3564D6; }
a { background-color: rgb(53,100,214); }
div.DivClassName
{
background-color: #3564D6;
}
.BgClassName
{
background-color: #3564D6;
}
</style>
border-color css
<style>
span { border-color: #3564D6; }
span { border-color: rgb(53,100,214); }
td.TdClassName
{
border-color: #3564D6;
}
.TagClassName
{
border-color: #3564D6;
}
</style>