Shades of Royal Blue #356BCB
Tints of Royal Blue #356BCB
RGB
CMYK
RGB Variations
Color information
#356BCB (or 0x356BCB) is known color: Royal Blue. HEX triplet: 35, 6B and CB. RGB value is (53,107,203). Sum of RGB (Red+Green+Blue) = 53+107+203=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #356BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BCB is #CA9434. Grayscale: #656565. Windows color (decimal): -13276213 or 13331253. OLE color: 13331253.
HSL color Cylindrical-coordinate representation of color #356BCB: hue angle of 218.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356BCB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 107 | 203 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.20 |
| HSL | 218.4º | 0.59% | 0.5% | - |
| HSV(B) | 218.4º | 0.74% | 0.8% | - |
| XYZ | 17.51 | 15.58 | 58.59 | - |
| YUV | 101.8 | 185.11 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 203 | 0.74 | 0.47 | 0 | 0.20 | 218.4 | 0.59 | 0.5 |
| Hex | 35 | 6B | CB | 4A | 2F | 0 | 14 | DA | 3B | 32 |
| Octal | 65 | 153 | 313 | 112 | 57 | 0 | 24 | 332 | 73 | 62 |
| Binary | 110101 | 1101011 | 11001011 | 1001010 | 101111 | 0 | 10100 | 11011010 | 111011 | 110010 |
Color Harmonies of #356BCB
Complementary color
Monochromatic Colors of #356BCB
Black with #356BCB
Text Example
Text Example
White with #356BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BCB; }
p { color: rgb(53,107,203); }
H1.HeaderClassName
{
color: #356BCB;
}
.AnyTagClassName
{
color: #356BCB;
}
</style>
background-color css
<style>
a { background-color: #356BCB; }
a { background-color: rgb(53,107,203); }
div.DivClassName
{
background-color: #356BCB;
}
.BgClassName
{
background-color: #356BCB;
}
</style>
border-color css
<style>
span { border-color: #356BCB; }
span { border-color: rgb(53,107,203); }
td.TdClassName
{
border-color: #356BCB;
}
.TagClassName
{
border-color: #356BCB;
}
</style>