Shades of Royal Blue #356ACF
Tints of Royal Blue #356ACF
RGB
CMYK
RGB Variations
Color information
#356ACF (or 0x356ACF) is known color: Royal Blue. HEX triplet: 35, 6A and CF. RGB value is (53,106,207). Sum of RGB (Red+Green+Blue) = 53+106+207=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #356ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ACF is #CA9530. Grayscale: #656565. Windows color (decimal): -13276465 or 13593141. OLE color: 13593141.
HSL color Cylindrical-coordinate representation of color #356ACF: hue angle of 219.35º 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 #356ACF is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 106 | 207 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.19 |
| HSL | 219.35º | 0.62% | 0.51% | - |
| HSV(B) | 219.35º | 0.74% | 0.81% | - |
| XYZ | 17.88 | 15.57 | 61.09 | - |
| YUV | 101.67 | 187.44 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 207 | 0.74 | 0.49 | 0 | 0.19 | 219.35 | 0.62 | 0.51 |
| Hex | 35 | 6A | CF | 4A | 31 | 0 | 13 | DB | 3E | 33 |
| Octal | 65 | 152 | 317 | 112 | 61 | 0 | 23 | 333 | 76 | 63 |
| Binary | 110101 | 1101010 | 11001111 | 1001010 | 110001 | 0 | 10011 | 11011011 | 111110 | 110011 |
Color Harmonies of #356ACF
Complementary color
Monochromatic Colors of #356ACF
Black with #356ACF
Text Example
Text Example
White with #356ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356ACF; }
p { color: rgb(53,106,207); }
H1.HeaderClassName
{
color: #356ACF;
}
.AnyTagClassName
{
color: #356ACF;
}
</style>
background-color css
<style>
a { background-color: #356ACF; }
a { background-color: rgb(53,106,207); }
div.DivClassName
{
background-color: #356ACF;
}
.BgClassName
{
background-color: #356ACF;
}
</style>
border-color css
<style>
span { border-color: #356ACF; }
span { border-color: rgb(53,106,207); }
td.TdClassName
{
border-color: #356ACF;
}
.TagClassName
{
border-color: #356ACF;
}
</style>