Shades of Royal Blue #3575CF
Tints of Royal Blue #3575CF
RGB
CMYK
RGB Variations
Color information
#3575CF (or 0x3575CF) is known color: Royal Blue. HEX triplet: 35, 75 and CF. RGB value is (53,117,207). Sum of RGB (Red+Green+Blue) = 53+117+207=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #3575CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3575CF is #CA8A30. Grayscale: #6B6B6B. Windows color (decimal): -13273649 or 13595957. OLE color: 13595957.
HSL color Cylindrical-coordinate representation of color #3575CF: hue angle of 215.06º 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 #3575CF is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 117 | 207 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.19 |
| HSL | 215.06º | 0.62% | 0.51% | - |
| HSV(B) | 215.06º | 0.74% | 0.81% | - |
| XYZ | 19.09 | 17.98 | 61.5 | - |
| YUV | 108.12 | 183.8 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 207 | 0.74 | 0.43 | 0 | 0.19 | 215.06 | 0.62 | 0.51 |
| Hex | 35 | 75 | CF | 4A | 2B | 0 | 13 | D7 | 3E | 33 |
| Octal | 65 | 165 | 317 | 112 | 53 | 0 | 23 | 327 | 76 | 63 |
| Binary | 110101 | 1110101 | 11001111 | 1001010 | 101011 | 0 | 10011 | 11010111 | 111110 | 110011 |
Color Harmonies of #3575CF
Complementary color
Monochromatic Colors of #3575CF
Black with #3575CF
Text Example
Text Example
White with #3575CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3575CF; }
p { color: rgb(53,117,207); }
H1.HeaderClassName
{
color: #3575CF;
}
.AnyTagClassName
{
color: #3575CF;
}
</style>
background-color css
<style>
a { background-color: #3575CF; }
a { background-color: rgb(53,117,207); }
div.DivClassName
{
background-color: #3575CF;
}
.BgClassName
{
background-color: #3575CF;
}
</style>
border-color css
<style>
span { border-color: #3575CF; }
span { border-color: rgb(53,117,207); }
td.TdClassName
{
border-color: #3575CF;
}
.TagClassName
{
border-color: #3575CF;
}
</style>