Shades of Royal Blue #3575CE
Tints of Royal Blue #3575CE
RGB
CMYK
RGB Variations
Color information
#3575CE (or 0x3575CE) is known color: Royal Blue. HEX triplet: 35, 75 and CE. RGB value is (53,117,206). Sum of RGB (Red+Green+Blue) = 53+117+206=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #3575CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3575CE is #CA8A31. Grayscale: #6B6B6B. Windows color (decimal): -13273650 or 13530421. OLE color: 13530421.
HSL color Cylindrical-coordinate representation of color #3575CE: hue angle of 214.9º 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 #3575CE is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 117 | 206 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.19 |
| HSL | 214.9º | 0.61% | 0.51% | - |
| HSV(B) | 214.9º | 0.74% | 0.81% | - |
| XYZ | 18.97 | 17.94 | 60.85 | - |
| YUV | 108.01 | 183.3 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 206 | 0.74 | 0.43 | 0 | 0.19 | 214.9 | 0.61 | 0.51 |
| Hex | 35 | 75 | CE | 4A | 2B | 0 | 13 | D7 | 3D | 33 |
| Octal | 65 | 165 | 316 | 112 | 53 | 0 | 23 | 327 | 75 | 63 |
| Binary | 110101 | 1110101 | 11001110 | 1001010 | 101011 | 0 | 10011 | 11010111 | 111101 | 110011 |
Color Harmonies of #3575CE
Complementary color
Monochromatic Colors of #3575CE
Black with #3575CE
Text Example
Text Example
White with #3575CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3575CE; }
p { color: rgb(53,117,206); }
H1.HeaderClassName
{
color: #3575CE;
}
.AnyTagClassName
{
color: #3575CE;
}
</style>
background-color css
<style>
a { background-color: #3575CE; }
a { background-color: rgb(53,117,206); }
div.DivClassName
{
background-color: #3575CE;
}
.BgClassName
{
background-color: #3575CE;
}
</style>
border-color css
<style>
span { border-color: #3575CE; }
span { border-color: rgb(53,117,206); }
td.TdClassName
{
border-color: #3575CE;
}
.TagClassName
{
border-color: #3575CE;
}
</style>