Shades of Royal Blue #336CFD
Tints of Royal Blue #336CFD
RGB
CMYK
RGB Variations
Color information
#336CFD (or 0x336CFD) is known color: Royal Blue. HEX triplet: 33, 6C and FD. RGB value is (51,108,253). Sum of RGB (Red+Green+Blue) = 51+108+253=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #336CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336CFD is #CC9302. Grayscale: #6A6A6A. Windows color (decimal): -13406979 or 16608307. OLE color: 16608307.
HSL color Cylindrical-coordinate representation of color #336CFD: hue angle of 223.07º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336CFD is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 108 | 253 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.01 |
| HSL | 223.07º | 0.98% | 0.6% | - |
| HSV(B) | 223.07º | 0.8% | 0.99% | - |
| XYZ | 24.46 | 18.52 | 95.21 | - |
| YUV | 107.49 | 210.12 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 253 | 0.80 | 0.57 | 0 | 0.01 | 223.07 | 0.98 | 0.6 |
| Hex | 33 | 6C | FD | 50 | 39 | 0 | 1 | DF | 62 | 3C |
| Octal | 63 | 154 | 375 | 120 | 71 | 0 | 1 | 337 | 142 | 74 |
| Binary | 110011 | 1101100 | 11111101 | 1010000 | 111001 | 0 | 1 | 11011111 | 1100010 | 111100 |
Color Harmonies of #336CFD
Complementary color
Monochromatic Colors of #336CFD
Black with #336CFD
Text Example
Text Example
White with #336CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336CFD; }
p { color: rgb(51,108,253); }
H1.HeaderClassName
{
color: #336CFD;
}
.AnyTagClassName
{
color: #336CFD;
}
</style>
background-color css
<style>
a { background-color: #336CFD; }
a { background-color: rgb(51,108,253); }
div.DivClassName
{
background-color: #336CFD;
}
.BgClassName
{
background-color: #336CFD;
}
</style>
border-color css
<style>
span { border-color: #336CFD; }
span { border-color: rgb(51,108,253); }
td.TdClassName
{
border-color: #336CFD;
}
.TagClassName
{
border-color: #336CFD;
}
</style>