Shades of Royal Blue #3670D6
Tints of Royal Blue #3670D6
RGB
CMYK
RGB Variations
Color information
#3670D6 (or 0x3670D6) is known color: Royal Blue. HEX triplet: 36, 70 and D6. RGB value is (54,112,214). Sum of RGB (Red+Green+Blue) = 54+112+214=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #3670D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670D6 is #C98F29. Grayscale: #696969. Windows color (decimal): -13209386 or 14053430. OLE color: 14053430.
HSL color Cylindrical-coordinate representation of color #3670D6: hue angle of 218.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3670D6 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 112 | 214 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.16 |
| HSL | 218.25º | 0.66% | 0.53% | - |
| HSV(B) | 218.25º | 0.75% | 0.84% | - |
| XYZ | 19.45 | 17.23 | 65.92 | - |
| YUV | 106.29 | 188.78 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 214 | 0.75 | 0.48 | 0 | 0.16 | 218.25 | 0.66 | 0.53 |
| Hex | 36 | 70 | D6 | 4B | 30 | 0 | 10 | DA | 42 | 35 |
| Octal | 66 | 160 | 326 | 113 | 60 | 0 | 20 | 332 | 102 | 65 |
| Binary | 110110 | 1110000 | 11010110 | 1001011 | 110000 | 0 | 10000 | 11011010 | 1000010 | 110101 |
Color Harmonies of #3670D6
Complementary color
Monochromatic Colors of #3670D6
Black with #3670D6
Text Example
Text Example
White with #3670D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670D6; }
p { color: rgb(54,112,214); }
H1.HeaderClassName
{
color: #3670D6;
}
.AnyTagClassName
{
color: #3670D6;
}
</style>
background-color css
<style>
a { background-color: #3670D6; }
a { background-color: rgb(54,112,214); }
div.DivClassName
{
background-color: #3670D6;
}
.BgClassName
{
background-color: #3670D6;
}
</style>
border-color css
<style>
span { border-color: #3670D6; }
span { border-color: rgb(54,112,214); }
td.TdClassName
{
border-color: #3670D6;
}
.TagClassName
{
border-color: #3670D6;
}
</style>