Shades of Royal Blue #356FCF
Tints of Royal Blue #356FCF
RGB
CMYK
RGB Variations
Color information
#356FCF (or 0x356FCF) is known color: Royal Blue. HEX triplet: 35, 6F and CF. RGB value is (53,111,207). Sum of RGB (Red+Green+Blue) = 53+111+207=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #356FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FCF is #CA9030. Grayscale: #686868. Windows color (decimal): -13275185 or 13594421. OLE color: 13594421.
HSL color Cylindrical-coordinate representation of color #356FCF: hue angle of 217.4º 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 #356FCF is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 111 | 207 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.19 |
| HSL | 217.4º | 0.62% | 0.51% | - |
| HSV(B) | 217.4º | 0.74% | 0.81% | - |
| XYZ | 18.42 | 16.63 | 61.27 | - |
| YUV | 104.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 207 | 0.74 | 0.46 | 0 | 0.19 | 217.4 | 0.62 | 0.51 |
| Hex | 35 | 6F | CF | 4A | 2E | 0 | 13 | D9 | 3E | 33 |
| Octal | 65 | 157 | 317 | 112 | 56 | 0 | 23 | 331 | 76 | 63 |
| Binary | 110101 | 1101111 | 11001111 | 1001010 | 101110 | 0 | 10011 | 11011001 | 111110 | 110011 |
Color Harmonies of #356FCF
Complementary color
Monochromatic Colors of #356FCF
Black with #356FCF
Text Example
Text Example
White with #356FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FCF; }
p { color: rgb(53,111,207); }
H1.HeaderClassName
{
color: #356FCF;
}
.AnyTagClassName
{
color: #356FCF;
}
</style>
background-color css
<style>
a { background-color: #356FCF; }
a { background-color: rgb(53,111,207); }
div.DivClassName
{
background-color: #356FCF;
}
.BgClassName
{
background-color: #356FCF;
}
</style>
border-color css
<style>
span { border-color: #356FCF; }
span { border-color: rgb(53,111,207); }
td.TdClassName
{
border-color: #356FCF;
}
.TagClassName
{
border-color: #356FCF;
}
</style>