Shades of Royal Blue #3565CF
Tints of Royal Blue #3565CF
RGB
CMYK
RGB Variations
Color information
#3565CF (or 0x3565CF) is known color: Royal Blue. HEX triplet: 35, 65 and CF. RGB value is (53,101,207). Sum of RGB (Red+Green+Blue) = 53+101+207=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #3565CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565CF is #CA9A30. Grayscale: #626262. Windows color (decimal): -13277745 or 13591861. OLE color: 13591861.
HSL color Cylindrical-coordinate representation of color #3565CF: hue angle of 221.3º 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 #3565CF is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 101 | 207 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.19 |
| HSL | 221.3º | 0.62% | 0.51% | - |
| HSV(B) | 221.3º | 0.74% | 0.81% | - |
| XYZ | 17.38 | 14.57 | 60.93 | - |
| YUV | 98.73 | 189.1 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 207 | 0.74 | 0.51 | 0 | 0.19 | 221.3 | 0.62 | 0.51 |
| Hex | 35 | 65 | CF | 4A | 33 | 0 | 13 | DD | 3E | 33 |
| Octal | 65 | 145 | 317 | 112 | 63 | 0 | 23 | 335 | 76 | 63 |
| Binary | 110101 | 1100101 | 11001111 | 1001010 | 110011 | 0 | 10011 | 11011101 | 111110 | 110011 |
Color Harmonies of #3565CF
Complementary color
Monochromatic Colors of #3565CF
Black with #3565CF
Text Example
Text Example
White with #3565CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3565CF; }
p { color: rgb(53,101,207); }
H1.HeaderClassName
{
color: #3565CF;
}
.AnyTagClassName
{
color: #3565CF;
}
</style>
background-color css
<style>
a { background-color: #3565CF; }
a { background-color: rgb(53,101,207); }
div.DivClassName
{
background-color: #3565CF;
}
.BgClassName
{
background-color: #3565CF;
}
</style>
border-color css
<style>
span { border-color: #3565CF; }
span { border-color: rgb(53,101,207); }
td.TdClassName
{
border-color: #3565CF;
}
.TagClassName
{
border-color: #3565CF;
}
</style>