Shades of Royal Blue #3670CC
Tints of Royal Blue #3670CC
RGB
CMYK
RGB Variations
Color information
#3670CC (or 0x3670CC) is known color: Royal Blue. HEX triplet: 36, 70 and CC. RGB value is (54,112,204). Sum of RGB (Red+Green+Blue) = 54+112+204=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #3670CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670CC is #C98F33. Grayscale: #686868. Windows color (decimal): -13209396 or 13398070. OLE color: 13398070.
HSL color Cylindrical-coordinate representation of color #3670CC: hue angle of 216.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3670CC is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 112 | 204 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.2 |
| HSL | 216.8º | 0.6% | 0.51% | - |
| HSV(B) | 216.8º | 0.74% | 0.8% | - |
| XYZ | 18.21 | 16.73 | 59.4 | - |
| YUV | 105.15 | 183.78 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 204 | 0.74 | 0.45 | 0 | 0.2 | 216.8 | 0.6 | 0.51 |
| Hex | 36 | 70 | CC | 4A | 2D | 0 | 14 | D9 | 3C | 33 |
| Octal | 66 | 160 | 314 | 112 | 55 | 0 | 24 | 331 | 74 | 63 |
| Binary | 110110 | 1110000 | 11001100 | 1001010 | 101101 | 0 | 10100 | 11011001 | 111100 | 110011 |
Color Harmonies of #3670CC
Complementary color
Monochromatic Colors of #3670CC
Black with #3670CC
Text Example
Text Example
White with #3670CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670CC; }
p { color: rgb(54,112,204); }
H1.HeaderClassName
{
color: #3670CC;
}
.AnyTagClassName
{
color: #3670CC;
}
</style>
background-color css
<style>
a { background-color: #3670CC; }
a { background-color: rgb(54,112,204); }
div.DivClassName
{
background-color: #3670CC;
}
.BgClassName
{
background-color: #3670CC;
}
</style>
border-color css
<style>
span { border-color: #3670CC; }
span { border-color: rgb(54,112,204); }
td.TdClassName
{
border-color: #3670CC;
}
.TagClassName
{
border-color: #3670CC;
}
</style>