Shades of Royal Blue #356BC9
Tints of Royal Blue #356BC9
RGB
CMYK
RGB Variations
Color information
#356BC9 (or 0x356BC9) is known color: Royal Blue. HEX triplet: 35, 6B and C9. RGB value is (53,107,201). Sum of RGB (Red+Green+Blue) = 53+107+201=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #356BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BC9 is #CA9436. Grayscale: #656565. Windows color (decimal): -13276215 or 13200181. OLE color: 13200181.
HSL color Cylindrical-coordinate representation of color #356BC9: hue angle of 218.11º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356BC9 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 107 | 201 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.21 |
| HSL | 218.11º | 0.58% | 0.5% | - |
| HSV(B) | 218.11º | 0.74% | 0.79% | - |
| XYZ | 17.27 | 15.49 | 57.34 | - |
| YUV | 101.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 201 | 0.74 | 0.47 | 0 | 0.21 | 218.11 | 0.58 | 0.5 |
| Hex | 35 | 6B | C9 | 4A | 2F | 0 | 15 | DA | 3A | 32 |
| Octal | 65 | 153 | 311 | 112 | 57 | 0 | 25 | 332 | 72 | 62 |
| Binary | 110101 | 1101011 | 11001001 | 1001010 | 101111 | 0 | 10101 | 11011010 | 111010 | 110010 |
Color Harmonies of #356BC9
Complementary color
Monochromatic Colors of #356BC9
Black with #356BC9
Text Example
Text Example
White with #356BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BC9; }
p { color: rgb(53,107,201); }
H1.HeaderClassName
{
color: #356BC9;
}
.AnyTagClassName
{
color: #356BC9;
}
</style>
background-color css
<style>
a { background-color: #356BC9; }
a { background-color: rgb(53,107,201); }
div.DivClassName
{
background-color: #356BC9;
}
.BgClassName
{
background-color: #356BC9;
}
</style>
border-color css
<style>
span { border-color: #356BC9; }
span { border-color: rgb(53,107,201); }
td.TdClassName
{
border-color: #356BC9;
}
.TagClassName
{
border-color: #356BC9;
}
</style>