Shades of Royal Blue #3575DA
Tints of Royal Blue #3575DA
RGB
CMYK
RGB Variations
Color information
#3575DA (or 0x3575DA) is known color: Royal Blue. HEX triplet: 35, 75 and DA. RGB value is (53,117,218). Sum of RGB (Red+Green+Blue) = 53+117+218=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #3575DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3575DA is #CA8A25. Grayscale: #6C6C6C. Windows color (decimal): -13273638 or 14316853. OLE color: 14316853.
HSL color Cylindrical-coordinate representation of color #3575DA: hue angle of 216.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3575DA is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 117 | 218 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.15 |
| HSL | 216.73º | 0.69% | 0.53% | - |
| HSV(B) | 216.73º | 0.76% | 0.85% | - |
| XYZ | 20.48 | 18.54 | 68.83 | - |
| YUV | 109.38 | 189.3 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 218 | 0.76 | 0.46 | 0 | 0.15 | 216.73 | 0.69 | 0.53 |
| Hex | 35 | 75 | DA | 4C | 2E | 0 | F | D9 | 45 | 35 |
| Octal | 65 | 165 | 332 | 114 | 56 | 0 | 17 | 331 | 105 | 65 |
| Binary | 110101 | 1110101 | 11011010 | 1001100 | 101110 | 0 | 1111 | 11011001 | 1000101 | 110101 |
Color Harmonies of #3575DA
Complementary color
Monochromatic Colors of #3575DA
Black with #3575DA
Text Example
Text Example
White with #3575DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3575DA; }
p { color: rgb(53,117,218); }
H1.HeaderClassName
{
color: #3575DA;
}
.AnyTagClassName
{
color: #3575DA;
}
</style>
background-color css
<style>
a { background-color: #3575DA; }
a { background-color: rgb(53,117,218); }
div.DivClassName
{
background-color: #3575DA;
}
.BgClassName
{
background-color: #3575DA;
}
</style>
border-color css
<style>
span { border-color: #3575DA; }
span { border-color: rgb(53,117,218); }
td.TdClassName
{
border-color: #3575DA;
}
.TagClassName
{
border-color: #3575DA;
}
</style>