Shades of Royal Blue #3670FF
Tints of Royal Blue #3670FF
RGB
CMYK
RGB Variations
Color information
#3670FF (or 0x3670FF) is known color: Royal Blue. HEX triplet: 36, 70 and FF. RGB value is (54,112,255). Sum of RGB (Red+Green+Blue) = 54+112+255=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #3670FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3670FF is #C98F00. Grayscale: #6E6E6E. Windows color (decimal): -13209345 or 16740406. OLE color: 16740406.
HSL color Cylindrical-coordinate representation of color #3670FF: hue angle of 222.69º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3670FF is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 112 | 255 | - |
| CMYK | 0.79 | 0.56 | 0 | 0 |
| HSL | 222.69º | 1% | 0.61% | - |
| HSV(B) | 222.69º | 0.79% | 1% | - |
| XYZ | 25.37 | 19.59 | 97.05 | - |
| YUV | 110.96 | 209.28 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 255 | 0.79 | 0.56 | 0 | 0 | 222.69 | 1 | 0.61 |
| Hex | 36 | 70 | FF | 4F | 38 | 0 | 0 | DF | 64 | 3D |
| Octal | 66 | 160 | 377 | 117 | 70 | 0 | 0 | 337 | 144 | 75 |
| Binary | 110110 | 1110000 | 11111111 | 1001111 | 111000 | 0 | 0 | 11011111 | 1100100 | 111101 |
Color Harmonies of #3670FF
Complementary color
Monochromatic Colors of #3670FF
Black with #3670FF
Text Example
Text Example
White with #3670FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670FF; }
p { color: rgb(54,112,255); }
H1.HeaderClassName
{
color: #3670FF;
}
.AnyTagClassName
{
color: #3670FF;
}
</style>
background-color css
<style>
a { background-color: #3670FF; }
a { background-color: rgb(54,112,255); }
div.DivClassName
{
background-color: #3670FF;
}
.BgClassName
{
background-color: #3670FF;
}
</style>
border-color css
<style>
span { border-color: #3670FF; }
span { border-color: rgb(54,112,255); }
td.TdClassName
{
border-color: #3670FF;
}
.TagClassName
{
border-color: #3670FF;
}
</style>