Shades of Royal Blue #3670CB
Tints of Royal Blue #3670CB
RGB
CMYK
RGB Variations
Color information
#3670CB (or 0x3670CB) is known color: Royal Blue. HEX triplet: 36, 70 and CB. RGB value is (54,112,203). Sum of RGB (Red+Green+Blue) = 54+112+203=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #3670CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670CB is #C98F34. Grayscale: #686868. Windows color (decimal): -13209397 or 13332534. OLE color: 13332534.
HSL color Cylindrical-coordinate representation of color #3670CB: hue angle of 216.64º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3670CB is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 112 | 203 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.20 |
| HSL | 216.64º | 0.59% | 0.5% | - |
| HSV(B) | 216.64º | 0.73% | 0.8% | - |
| XYZ | 18.09 | 16.68 | 58.77 | - |
| YUV | 105.03 | 183.28 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 203 | 0.73 | 0.45 | 0 | 0.20 | 216.64 | 0.59 | 0.5 |
| Hex | 36 | 70 | CB | 49 | 2D | 0 | 14 | D9 | 3B | 32 |
| Octal | 66 | 160 | 313 | 111 | 55 | 0 | 24 | 331 | 73 | 62 |
| Binary | 110110 | 1110000 | 11001011 | 1001001 | 101101 | 0 | 10100 | 11011001 | 111011 | 110010 |
Color Harmonies of #3670CB
Complementary color
Monochromatic Colors of #3670CB
Black with #3670CB
Text Example
Text Example
White with #3670CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670CB; }
p { color: rgb(54,112,203); }
H1.HeaderClassName
{
color: #3670CB;
}
.AnyTagClassName
{
color: #3670CB;
}
</style>
background-color css
<style>
a { background-color: #3670CB; }
a { background-color: rgb(54,112,203); }
div.DivClassName
{
background-color: #3670CB;
}
.BgClassName
{
background-color: #3670CB;
}
</style>
border-color css
<style>
span { border-color: #3670CB; }
span { border-color: rgb(54,112,203); }
td.TdClassName
{
border-color: #3670CB;
}
.TagClassName
{
border-color: #3670CB;
}
</style>