Shades of Royal Blue #3365DD
Tints of Royal Blue #3365DD
RGB
CMYK
RGB Variations
Color information
#3365DD (or 0x3365DD) is known color: Royal Blue. HEX triplet: 33, 65 and DD. RGB value is (51,101,221). Sum of RGB (Red+Green+Blue) = 51+101+221=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #3365DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365DD is #CC9A22. Grayscale: #636363. Windows color (decimal): -13408803 or 14509363. OLE color: 14509363.
HSL color Cylindrical-coordinate representation of color #3365DD: hue angle of 222.35º 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 #3365DD is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 101 | 221 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.13 |
| HSL | 222.35º | 0.71% | 0.53% | - |
| HSV(B) | 222.35º | 0.77% | 0.87% | - |
| XYZ | 19.07 | 15.23 | 70.34 | - |
| YUV | 99.73 | 196.44 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 221 | 0.77 | 0.54 | 0 | 0.13 | 222.35 | 0.71 | 0.53 |
| Hex | 33 | 65 | DD | 4D | 36 | 0 | D | DE | 47 | 35 |
| Octal | 63 | 145 | 335 | 115 | 66 | 0 | 15 | 336 | 107 | 65 |
| Binary | 110011 | 1100101 | 11011101 | 1001101 | 110110 | 0 | 1101 | 11011110 | 1000111 | 110101 |
Color Harmonies of #3365DD
Complementary color
Monochromatic Colors of #3365DD
Black with #3365DD
Text Example
Text Example
White with #3365DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3365DD; }
p { color: rgb(51,101,221); }
H1.HeaderClassName
{
color: #3365DD;
}
.AnyTagClassName
{
color: #3365DD;
}
</style>
background-color css
<style>
a { background-color: #3365DD; }
a { background-color: rgb(51,101,221); }
div.DivClassName
{
background-color: #3365DD;
}
.BgClassName
{
background-color: #3365DD;
}
</style>
border-color css
<style>
span { border-color: #3365DD; }
span { border-color: rgb(51,101,221); }
td.TdClassName
{
border-color: #3365DD;
}
.TagClassName
{
border-color: #3365DD;
}
</style>