Shades of Royal Blue #3375DF
Tints of Royal Blue #3375DF
RGB
CMYK
RGB Variations
Color information
#3375DF (or 0x3375DF) is known color: Royal Blue. HEX triplet: 33, 75 and DF. RGB value is (51,117,223). Sum of RGB (Red+Green+Blue) = 51+117+223=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #3375DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375DF is #CC8A20. Grayscale: #6C6C6C. Windows color (decimal): -13404705 or 14644531. OLE color: 14644531.
HSL color Cylindrical-coordinate representation of color #3375DF: hue angle of 216.98º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3375DF is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 117 | 223 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.13 |
| HSL | 216.98º | 0.73% | 0.54% | - |
| HSV(B) | 216.98º | 0.77% | 0.87% | - |
| XYZ | 21.05 | 18.75 | 72.32 | - |
| YUV | 109.35 | 192.13 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 223 | 0.77 | 0.48 | 0 | 0.13 | 216.98 | 0.73 | 0.54 |
| Hex | 33 | 75 | DF | 4D | 30 | 0 | D | D9 | 49 | 36 |
| Octal | 63 | 165 | 337 | 115 | 60 | 0 | 15 | 331 | 111 | 66 |
| Binary | 110011 | 1110101 | 11011111 | 1001101 | 110000 | 0 | 1101 | 11011001 | 1001001 | 110110 |
Color Harmonies of #3375DF
Complementary color
Monochromatic Colors of #3375DF
Black with #3375DF
Text Example
Text Example
White with #3375DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3375DF; }
p { color: rgb(51,117,223); }
H1.HeaderClassName
{
color: #3375DF;
}
.AnyTagClassName
{
color: #3375DF;
}
</style>
background-color css
<style>
a { background-color: #3375DF; }
a { background-color: rgb(51,117,223); }
div.DivClassName
{
background-color: #3375DF;
}
.BgClassName
{
background-color: #3375DF;
}
</style>
border-color css
<style>
span { border-color: #3375DF; }
span { border-color: rgb(51,117,223); }
td.TdClassName
{
border-color: #3375DF;
}
.TagClassName
{
border-color: #3375DF;
}
</style>