Shades of Royal Blue #3B6ACC
Tints of Royal Blue #3B6ACC
RGB
CMYK
RGB Variations
Color information
#3B6ACC (or 0x3B6ACC) is known color: Royal Blue. HEX triplet: 3B, 6A and CC. RGB value is (59,106,204). Sum of RGB (Red+Green+Blue) = 59+106+204=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B6ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6ACC is #C49533. Grayscale: #666666. Windows color (decimal): -12883252 or 13396539. OLE color: 13396539.
HSL color Cylindrical-coordinate representation of color #3B6ACC: hue angle of 220.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B6ACC is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 106 | 204 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.2 |
| HSL | 220.55º | 0.59% | 0.52% | - |
| HSV(B) | 220.55º | 0.71% | 0.8% | - |
| XYZ | 17.86 | 15.6 | 59.2 | - |
| YUV | 103.12 | 184.93 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 204 | 0.71 | 0.48 | 0 | 0.2 | 220.55 | 0.59 | 0.52 |
| Hex | 3B | 6A | CC | 47 | 30 | 0 | 14 | DD | 3B | 34 |
| Octal | 73 | 152 | 314 | 107 | 60 | 0 | 24 | 335 | 73 | 64 |
| Binary | 111011 | 1101010 | 11001100 | 1000111 | 110000 | 0 | 10100 | 11011101 | 111011 | 110100 |
Color Harmonies of #3B6ACC
Complementary color
Monochromatic Colors of #3B6ACC
Black with #3B6ACC
Text Example
Text Example
White with #3B6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6ACC; }
p { color: rgb(59,106,204); }
H1.HeaderClassName
{
color: #3B6ACC;
}
.AnyTagClassName
{
color: #3B6ACC;
}
</style>
background-color css
<style>
a { background-color: #3B6ACC; }
a { background-color: rgb(59,106,204); }
div.DivClassName
{
background-color: #3B6ACC;
}
.BgClassName
{
background-color: #3B6ACC;
}
</style>
border-color css
<style>
span { border-color: #3B6ACC; }
span { border-color: rgb(59,106,204); }
td.TdClassName
{
border-color: #3B6ACC;
}
.TagClassName
{
border-color: #3B6ACC;
}
</style>