Shades of Royal Blue #336ACF
Tints of Royal Blue #336ACF
RGB
CMYK
RGB Variations
Color information
#336ACF (or 0x336ACF) is known color: Royal Blue. HEX triplet: 33, 6A and CF. RGB value is (51,106,207). Sum of RGB (Red+Green+Blue) = 51+106+207=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #336ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ACF is #CC9530. Grayscale: #646464. Windows color (decimal): -13407537 or 13593139. OLE color: 13593139.
HSL color Cylindrical-coordinate representation of color #336ACF: hue angle of 218.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #336ACF is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 106 | 207 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.19 |
| HSL | 218.85º | 0.62% | 0.51% | - |
| HSV(B) | 218.85º | 0.75% | 0.81% | - |
| XYZ | 17.78 | 15.52 | 61.09 | - |
| YUV | 101.07 | 187.78 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 207 | 0.75 | 0.49 | 0 | 0.19 | 218.85 | 0.62 | 0.51 |
| Hex | 33 | 6A | CF | 4B | 31 | 0 | 13 | DB | 3E | 33 |
| Octal | 63 | 152 | 317 | 113 | 61 | 0 | 23 | 333 | 76 | 63 |
| Binary | 110011 | 1101010 | 11001111 | 1001011 | 110001 | 0 | 10011 | 11011011 | 111110 | 110011 |
Color Harmonies of #336ACF
Complementary color
Monochromatic Colors of #336ACF
Black with #336ACF
Text Example
Text Example
White with #336ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336ACF; }
p { color: rgb(51,106,207); }
H1.HeaderClassName
{
color: #336ACF;
}
.AnyTagClassName
{
color: #336ACF;
}
</style>
background-color css
<style>
a { background-color: #336ACF; }
a { background-color: rgb(51,106,207); }
div.DivClassName
{
background-color: #336ACF;
}
.BgClassName
{
background-color: #336ACF;
}
</style>
border-color css
<style>
span { border-color: #336ACF; }
span { border-color: rgb(51,106,207); }
td.TdClassName
{
border-color: #336ACF;
}
.TagClassName
{
border-color: #336ACF;
}
</style>