Shades of Royal Blue #3670DA
Tints of Royal Blue #3670DA
RGB
CMYK
RGB Variations
Color information
#3670DA (or 0x3670DA) is known color: Royal Blue. HEX triplet: 36, 70 and DA. RGB value is (54,112,218). Sum of RGB (Red+Green+Blue) = 54+112+218=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #3670DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670DA is #C98F25. Grayscale: #6A6A6A. Windows color (decimal): -13209382 or 14315574. OLE color: 14315574.
HSL color Cylindrical-coordinate representation of color #3670DA: hue angle of 218.78º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3670DA is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 112 | 218 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.15 |
| HSL | 218.78º | 0.69% | 0.53% | - |
| HSV(B) | 218.78º | 0.75% | 0.85% | - |
| XYZ | 19.97 | 17.43 | 68.64 | - |
| YUV | 106.74 | 190.78 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 218 | 0.75 | 0.49 | 0 | 0.15 | 218.78 | 0.69 | 0.53 |
| Hex | 36 | 70 | DA | 4B | 31 | 0 | F | DB | 45 | 35 |
| Octal | 66 | 160 | 332 | 113 | 61 | 0 | 17 | 333 | 105 | 65 |
| Binary | 110110 | 1110000 | 11011010 | 1001011 | 110001 | 0 | 1111 | 11011011 | 1000101 | 110101 |
Color Harmonies of #3670DA
Complementary color
Monochromatic Colors of #3670DA
Black with #3670DA
Text Example
Text Example
White with #3670DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670DA; }
p { color: rgb(54,112,218); }
H1.HeaderClassName
{
color: #3670DA;
}
.AnyTagClassName
{
color: #3670DA;
}
</style>
background-color css
<style>
a { background-color: #3670DA; }
a { background-color: rgb(54,112,218); }
div.DivClassName
{
background-color: #3670DA;
}
.BgClassName
{
background-color: #3670DA;
}
</style>
border-color css
<style>
span { border-color: #3670DA; }
span { border-color: rgb(54,112,218); }
td.TdClassName
{
border-color: #3670DA;
}
.TagClassName
{
border-color: #3670DA;
}
</style>