Shades of Royal Blue #3668FF
Tints of Royal Blue #3668FF
RGB
CMYK
RGB Variations
Color information
#3668FF (or 0x3668FF) is known color: Royal Blue. HEX triplet: 36, 68 and FF. RGB value is (54,104,255). Sum of RGB (Red+Green+Blue) = 54+104+255=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #3668FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3668FF is #C99700. Grayscale: #696969. Windows color (decimal): -13211393 or 16738358. OLE color: 16738358.
HSL color Cylindrical-coordinate representation of color #3668FF: hue angle of 225.07º 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 #3668FF is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 104 | 255 | - |
| CMYK | 0.79 | 0.59 | 0 | 0 |
| HSL | 225.07º | 1% | 0.61% | - |
| HSV(B) | 225.07º | 0.79% | 1% | - |
| XYZ | 24.52 | 17.9 | 96.77 | - |
| YUV | 106.26 | 211.94 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 255 | 0.79 | 0.59 | 0 | 0 | 225.07 | 1 | 0.61 |
| Hex | 36 | 68 | FF | 4F | 3B | 0 | 0 | E1 | 64 | 3D |
| Octal | 66 | 150 | 377 | 117 | 73 | 0 | 0 | 341 | 144 | 75 |
| Binary | 110110 | 1101000 | 11111111 | 1001111 | 111011 | 0 | 0 | 11100001 | 1100100 | 111101 |
Color Harmonies of #3668FF
Complementary color
Monochromatic Colors of #3668FF
Black with #3668FF
Text Example
Text Example
White with #3668FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3668FF; }
p { color: rgb(54,104,255); }
H1.HeaderClassName
{
color: #3668FF;
}
.AnyTagClassName
{
color: #3668FF;
}
</style>
background-color css
<style>
a { background-color: #3668FF; }
a { background-color: rgb(54,104,255); }
div.DivClassName
{
background-color: #3668FF;
}
.BgClassName
{
background-color: #3668FF;
}
</style>
border-color css
<style>
span { border-color: #3668FF; }
span { border-color: rgb(54,104,255); }
td.TdClassName
{
border-color: #3668FF;
}
.TagClassName
{
border-color: #3668FF;
}
</style>