Shades of Royal Blue #3375DD
Tints of Royal Blue #3375DD
RGB
CMYK
RGB Variations
Color information
#3375DD (or 0x3375DD) is known color: Royal Blue. HEX triplet: 33, 75 and DD. RGB value is (51,117,221). Sum of RGB (Red+Green+Blue) = 51+117+221=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #3375DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375DD is #CC8A22. Grayscale: #6C6C6C. Windows color (decimal): -13404707 or 14513459. OLE color: 14513459.
HSL color Cylindrical-coordinate representation of color #3375DD: hue angle of 216.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3375DD is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 117 | 221 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.13 |
| HSL | 216.71º | 0.71% | 0.53% | - |
| HSV(B) | 216.71º | 0.77% | 0.87% | - |
| XYZ | 20.78 | 18.65 | 70.91 | - |
| YUV | 109.12 | 191.13 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 221 | 0.77 | 0.47 | 0 | 0.13 | 216.71 | 0.71 | 0.53 |
| Hex | 33 | 75 | DD | 4D | 2F | 0 | D | D9 | 47 | 35 |
| Octal | 63 | 165 | 335 | 115 | 57 | 0 | 15 | 331 | 107 | 65 |
| Binary | 110011 | 1110101 | 11011101 | 1001101 | 101111 | 0 | 1101 | 11011001 | 1000111 | 110101 |
Color Harmonies of #3375DD
Complementary color
Monochromatic Colors of #3375DD
Black with #3375DD
Text Example
Text Example
White with #3375DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3375DD; }
p { color: rgb(51,117,221); }
H1.HeaderClassName
{
color: #3375DD;
}
.AnyTagClassName
{
color: #3375DD;
}
</style>
background-color css
<style>
a { background-color: #3375DD; }
a { background-color: rgb(51,117,221); }
div.DivClassName
{
background-color: #3375DD;
}
.BgClassName
{
background-color: #3375DD;
}
</style>
border-color css
<style>
span { border-color: #3375DD; }
span { border-color: rgb(51,117,221); }
td.TdClassName
{
border-color: #3375DD;
}
.TagClassName
{
border-color: #3375DD;
}
</style>