Shades of Royal Blue #356CCF
Tints of Royal Blue #356CCF
RGB
CMYK
RGB Variations
Color information
#356CCF (or 0x356CCF) is known color: Royal Blue. HEX triplet: 35, 6C and CF. RGB value is (53,108,207). Sum of RGB (Red+Green+Blue) = 53+108+207=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #356CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CCF is #CA9330. Grayscale: #666666. Windows color (decimal): -13275953 or 13593653. OLE color: 13593653.
HSL color Cylindrical-coordinate representation of color #356CCF: hue angle of 218.57º 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 #356CCF is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 108 | 207 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.19 |
| HSL | 218.57º | 0.62% | 0.51% | - |
| HSV(B) | 218.57º | 0.74% | 0.81% | - |
| XYZ | 18.09 | 15.99 | 61.16 | - |
| YUV | 102.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 207 | 0.74 | 0.48 | 0 | 0.19 | 218.57 | 0.62 | 0.51 |
| Hex | 35 | 6C | CF | 4A | 30 | 0 | 13 | DB | 3E | 33 |
| Octal | 65 | 154 | 317 | 112 | 60 | 0 | 23 | 333 | 76 | 63 |
| Binary | 110101 | 1101100 | 11001111 | 1001010 | 110000 | 0 | 10011 | 11011011 | 111110 | 110011 |
Color Harmonies of #356CCF
Complementary color
Monochromatic Colors of #356CCF
Black with #356CCF
Text Example
Text Example
White with #356CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CCF; }
p { color: rgb(53,108,207); }
H1.HeaderClassName
{
color: #356CCF;
}
.AnyTagClassName
{
color: #356CCF;
}
</style>
background-color css
<style>
a { background-color: #356CCF; }
a { background-color: rgb(53,108,207); }
div.DivClassName
{
background-color: #356CCF;
}
.BgClassName
{
background-color: #356CCF;
}
</style>
border-color css
<style>
span { border-color: #356CCF; }
span { border-color: rgb(53,108,207); }
td.TdClassName
{
border-color: #356CCF;
}
.TagClassName
{
border-color: #356CCF;
}
</style>