Shades of Royal Blue #3565FA
Tints of Royal Blue #3565FA
RGB
CMYK
RGB Variations
Color information
#3565FA (or 0x3565FA) is known color: Royal Blue. HEX triplet: 35, 65 and FA. RGB value is (53,101,250). Sum of RGB (Red+Green+Blue) = 53+101+250=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #3565FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3565FA is #CA9A05. Grayscale: #666666. Windows color (decimal): -13277702 or 16409909. OLE color: 16409909.
HSL color Cylindrical-coordinate representation of color #3565FA: hue angle of 225.38º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3565FA is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 101 | 250 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.02 |
| HSL | 225.38º | 0.95% | 0.59% | - |
| HSV(B) | 225.38º | 0.79% | 0.98% | - |
| XYZ | 23.38 | 16.97 | 92.49 | - |
| YUV | 103.63 | 210.6 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 250 | 0.79 | 0.60 | 0 | 0.02 | 225.38 | 0.95 | 0.59 |
| Hex | 35 | 65 | FA | 4F | 3C | 0 | 2 | E1 | 5F | 3B |
| Octal | 65 | 145 | 372 | 117 | 74 | 0 | 2 | 341 | 137 | 73 |
| Binary | 110101 | 1100101 | 11111010 | 1001111 | 111100 | 0 | 10 | 11100001 | 1011111 | 111011 |
Color Harmonies of #3565FA
Complementary color
Monochromatic Colors of #3565FA
Black with #3565FA
Text Example
Text Example
White with #3565FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3565FA; }
p { color: rgb(53,101,250); }
H1.HeaderClassName
{
color: #3565FA;
}
.AnyTagClassName
{
color: #3565FA;
}
</style>
background-color css
<style>
a { background-color: #3565FA; }
a { background-color: rgb(53,101,250); }
div.DivClassName
{
background-color: #3565FA;
}
.BgClassName
{
background-color: #3565FA;
}
</style>
border-color css
<style>
span { border-color: #3565FA; }
span { border-color: rgb(53,101,250); }
td.TdClassName
{
border-color: #3565FA;
}
.TagClassName
{
border-color: #3565FA;
}
</style>