Shades of Royal Blue #356BCF
Tints of Royal Blue #356BCF
RGB
CMYK
RGB Variations
Color information
#356BCF (or 0x356BCF) is known color: Royal Blue. HEX triplet: 35, 6B and CF. RGB value is (53,107,207). Sum of RGB (Red+Green+Blue) = 53+107+207=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #356BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BCF is #CA9430. Grayscale: #656565. Windows color (decimal): -13276209 or 13593397. OLE color: 13593397.
HSL color Cylindrical-coordinate representation of color #356BCF: hue angle of 218.96º 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 #356BCF is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 107 | 207 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.19 |
| HSL | 218.96º | 0.62% | 0.51% | - |
| HSV(B) | 218.96º | 0.74% | 0.81% | - |
| XYZ | 17.99 | 15.78 | 61.13 | - |
| YUV | 102.25 | 187.11 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 207 | 0.74 | 0.48 | 0 | 0.19 | 218.96 | 0.62 | 0.51 |
| Hex | 35 | 6B | CF | 4A | 30 | 0 | 13 | DB | 3E | 33 |
| Octal | 65 | 153 | 317 | 112 | 60 | 0 | 23 | 333 | 76 | 63 |
| Binary | 110101 | 1101011 | 11001111 | 1001010 | 110000 | 0 | 10011 | 11011011 | 111110 | 110011 |
Color Harmonies of #356BCF
Complementary color
Monochromatic Colors of #356BCF
Black with #356BCF
Text Example
Text Example
White with #356BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BCF; }
p { color: rgb(53,107,207); }
H1.HeaderClassName
{
color: #356BCF;
}
.AnyTagClassName
{
color: #356BCF;
}
</style>
background-color css
<style>
a { background-color: #356BCF; }
a { background-color: rgb(53,107,207); }
div.DivClassName
{
background-color: #356BCF;
}
.BgClassName
{
background-color: #356BCF;
}
</style>
border-color css
<style>
span { border-color: #356BCF; }
span { border-color: rgb(53,107,207); }
td.TdClassName
{
border-color: #356BCF;
}
.TagClassName
{
border-color: #356BCF;
}
</style>