Shades of Royal Blue #3371CF
Tints of Royal Blue #3371CF
RGB
CMYK
RGB Variations
Color information
#3371CF (or 0x3371CF) is known color: Royal Blue. HEX triplet: 33, 71 and CF. RGB value is (51,113,207). Sum of RGB (Red+Green+Blue) = 51+113+207=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #3371CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3371CF is #CC8E30. Grayscale: #686868. Windows color (decimal): -13405745 or 13594931. OLE color: 13594931.
HSL color Cylindrical-coordinate representation of color #3371CF: hue angle of 216.15º 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 #3371CF is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 113 | 207 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.19 |
| HSL | 216.15º | 0.62% | 0.51% | - |
| HSV(B) | 216.15º | 0.75% | 0.81% | - |
| XYZ | 18.53 | 17.02 | 61.34 | - |
| YUV | 105.18 | 185.46 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 207 | 0.75 | 0.45 | 0 | 0.19 | 216.15 | 0.62 | 0.51 |
| Hex | 33 | 71 | CF | 4B | 2D | 0 | 13 | D8 | 3E | 33 |
| Octal | 63 | 161 | 317 | 113 | 55 | 0 | 23 | 330 | 76 | 63 |
| Binary | 110011 | 1110001 | 11001111 | 1001011 | 101101 | 0 | 10011 | 11011000 | 111110 | 110011 |
Color Harmonies of #3371CF
Complementary color
Monochromatic Colors of #3371CF
Black with #3371CF
Text Example
Text Example
White with #3371CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3371CF; }
p { color: rgb(51,113,207); }
H1.HeaderClassName
{
color: #3371CF;
}
.AnyTagClassName
{
color: #3371CF;
}
</style>
background-color css
<style>
a { background-color: #3371CF; }
a { background-color: rgb(51,113,207); }
div.DivClassName
{
background-color: #3371CF;
}
.BgClassName
{
background-color: #3371CF;
}
</style>
border-color css
<style>
span { border-color: #3371CF; }
span { border-color: rgb(51,113,207); }
td.TdClassName
{
border-color: #3371CF;
}
.TagClassName
{
border-color: #3371CF;
}
</style>