Shades of Royal Blue #356CC9
Tints of Royal Blue #356CC9
RGB
CMYK
RGB Variations
Color information
#356CC9 (or 0x356CC9) is known color: Royal Blue. HEX triplet: 35, 6C and C9. RGB value is (53,108,201). Sum of RGB (Red+Green+Blue) = 53+108+201=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #356CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CC9 is #CA9336. Grayscale: #656565. Windows color (decimal): -13275959 or 13200437. OLE color: 13200437.
HSL color Cylindrical-coordinate representation of color #356CC9: hue angle of 217.7º 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 #356CC9 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 108 | 201 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.21 |
| HSL | 217.7º | 0.58% | 0.5% | - |
| HSV(B) | 217.7º | 0.74% | 0.79% | - |
| XYZ | 17.37 | 15.7 | 57.37 | - |
| YUV | 102.16 | 183.78 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 201 | 0.74 | 0.46 | 0 | 0.21 | 217.7 | 0.58 | 0.5 |
| Hex | 35 | 6C | C9 | 4A | 2E | 0 | 15 | DA | 3A | 32 |
| Octal | 65 | 154 | 311 | 112 | 56 | 0 | 25 | 332 | 72 | 62 |
| Binary | 110101 | 1101100 | 11001001 | 1001010 | 101110 | 0 | 10101 | 11011010 | 111010 | 110010 |
Color Harmonies of #356CC9
Complementary color
Monochromatic Colors of #356CC9
Black with #356CC9
Text Example
Text Example
White with #356CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CC9; }
p { color: rgb(53,108,201); }
H1.HeaderClassName
{
color: #356CC9;
}
.AnyTagClassName
{
color: #356CC9;
}
</style>
background-color css
<style>
a { background-color: #356CC9; }
a { background-color: rgb(53,108,201); }
div.DivClassName
{
background-color: #356CC9;
}
.BgClassName
{
background-color: #356CC9;
}
</style>
border-color css
<style>
span { border-color: #356CC9; }
span { border-color: rgb(53,108,201); }
td.TdClassName
{
border-color: #356CC9;
}
.TagClassName
{
border-color: #356CC9;
}
</style>