Shades of Royal Blue #3369CF
Tints of Royal Blue #3369CF
RGB
CMYK
RGB Variations
Color information
#3369CF (or 0x3369CF) is known color: Royal Blue. HEX triplet: 33, 69 and CF. RGB value is (51,105,207). Sum of RGB (Red+Green+Blue) = 51+105+207=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #3369CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3369CF is #CC9630. Grayscale: #646464. Windows color (decimal): -13407793 or 13592883. OLE color: 13592883.
HSL color Cylindrical-coordinate representation of color #3369CF: hue angle of 219.23º 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 #3369CF is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 105 | 207 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.19 |
| HSL | 219.23º | 0.62% | 0.51% | - |
| HSV(B) | 219.23º | 0.75% | 0.81% | - |
| XYZ | 17.68 | 15.31 | 61.06 | - |
| YUV | 100.48 | 188.11 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 207 | 0.75 | 0.49 | 0 | 0.19 | 219.23 | 0.62 | 0.51 |
| Hex | 33 | 69 | CF | 4B | 31 | 0 | 13 | DB | 3E | 33 |
| Octal | 63 | 151 | 317 | 113 | 61 | 0 | 23 | 333 | 76 | 63 |
| Binary | 110011 | 1101001 | 11001111 | 1001011 | 110001 | 0 | 10011 | 11011011 | 111110 | 110011 |
Color Harmonies of #3369CF
Complementary color
Monochromatic Colors of #3369CF
Black with #3369CF
Text Example
Text Example
White with #3369CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3369CF; }
p { color: rgb(51,105,207); }
H1.HeaderClassName
{
color: #3369CF;
}
.AnyTagClassName
{
color: #3369CF;
}
</style>
background-color css
<style>
a { background-color: #3369CF; }
a { background-color: rgb(51,105,207); }
div.DivClassName
{
background-color: #3369CF;
}
.BgClassName
{
background-color: #3369CF;
}
</style>
border-color css
<style>
span { border-color: #3369CF; }
span { border-color: rgb(51,105,207); }
td.TdClassName
{
border-color: #3369CF;
}
.TagClassName
{
border-color: #3369CF;
}
</style>