Shades of Royal Blue #3565CE
Tints of Royal Blue #3565CE
RGB
CMYK
RGB Variations
Color information
#3565CE (or 0x3565CE) is known color: Royal Blue. HEX triplet: 35, 65 and CE. RGB value is (53,101,206). Sum of RGB (Red+Green+Blue) = 53+101+206=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #3565CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565CE is #CA9A31. Grayscale: #626262. Windows color (decimal): -13277746 or 13526325. OLE color: 13526325.
HSL color Cylindrical-coordinate representation of color #3565CE: hue angle of 221.18º degrees, saturation: 0.61, 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 #3565CE is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 101 | 206 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.19 |
| HSL | 221.18º | 0.61% | 0.51% | - |
| HSV(B) | 221.18º | 0.74% | 0.81% | - |
| XYZ | 17.26 | 14.52 | 60.29 | - |
| YUV | 98.62 | 188.6 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 206 | 0.74 | 0.51 | 0 | 0.19 | 221.18 | 0.61 | 0.51 |
| Hex | 35 | 65 | CE | 4A | 33 | 0 | 13 | DD | 3D | 33 |
| Octal | 65 | 145 | 316 | 112 | 63 | 0 | 23 | 335 | 75 | 63 |
| Binary | 110101 | 1100101 | 11001110 | 1001010 | 110011 | 0 | 10011 | 11011101 | 111101 | 110011 |
Color Harmonies of #3565CE
Complementary color
Monochromatic Colors of #3565CE
Black with #3565CE
Text Example
Text Example
White with #3565CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3565CE; }
p { color: rgb(53,101,206); }
H1.HeaderClassName
{
color: #3565CE;
}
.AnyTagClassName
{
color: #3565CE;
}
</style>
background-color css
<style>
a { background-color: #3565CE; }
a { background-color: rgb(53,101,206); }
div.DivClassName
{
background-color: #3565CE;
}
.BgClassName
{
background-color: #3565CE;
}
</style>
border-color css
<style>
span { border-color: #3565CE; }
span { border-color: rgb(53,101,206); }
td.TdClassName
{
border-color: #3565CE;
}
.TagClassName
{
border-color: #3565CE;
}
</style>