Shades of Royal Blue #3670CE
Tints of Royal Blue #3670CE
RGB
CMYK
RGB Variations
Color information
#3670CE (or 0x3670CE) is known color: Royal Blue. HEX triplet: 36, 70 and CE. RGB value is (54,112,206). Sum of RGB (Red+Green+Blue) = 54+112+206=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #3670CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670CE is #C98F31. Grayscale: #686868. Windows color (decimal): -13209394 or 13529142. OLE color: 13529142.
HSL color Cylindrical-coordinate representation of color #3670CE: hue angle of 217.11º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3670CE is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 112 | 206 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.19 |
| HSL | 217.11º | 0.61% | 0.51% | - |
| HSV(B) | 217.11º | 0.74% | 0.81% | - |
| XYZ | 18.46 | 16.83 | 60.67 | - |
| YUV | 105.37 | 184.78 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 206 | 0.74 | 0.46 | 0 | 0.19 | 217.11 | 0.61 | 0.51 |
| Hex | 36 | 70 | CE | 4A | 2E | 0 | 13 | D9 | 3D | 33 |
| Octal | 66 | 160 | 316 | 112 | 56 | 0 | 23 | 331 | 75 | 63 |
| Binary | 110110 | 1110000 | 11001110 | 1001010 | 101110 | 0 | 10011 | 11011001 | 111101 | 110011 |
Color Harmonies of #3670CE
Complementary color
Monochromatic Colors of #3670CE
Black with #3670CE
Text Example
Text Example
White with #3670CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670CE; }
p { color: rgb(54,112,206); }
H1.HeaderClassName
{
color: #3670CE;
}
.AnyTagClassName
{
color: #3670CE;
}
</style>
background-color css
<style>
a { background-color: #3670CE; }
a { background-color: rgb(54,112,206); }
div.DivClassName
{
background-color: #3670CE;
}
.BgClassName
{
background-color: #3670CE;
}
</style>
border-color css
<style>
span { border-color: #3670CE; }
span { border-color: rgb(54,112,206); }
td.TdClassName
{
border-color: #3670CE;
}
.TagClassName
{
border-color: #3670CE;
}
</style>