Shades of Royal Blue #3667FF
Tints of Royal Blue #3667FF
RGB
CMYK
RGB Variations
Color information
#3667FF (or 0x3667FF) is known color: Royal Blue. HEX triplet: 36, 67 and FF. RGB value is (54,103,255). Sum of RGB (Red+Green+Blue) = 54+103+255=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #3667FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3667FF is #C99800. Grayscale: #696969. Windows color (decimal): -13211649 or 16738102. OLE color: 16738102.
HSL color Cylindrical-coordinate representation of color #3667FF: hue angle of 225.37º 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 #3667FF is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 103 | 255 | - |
| CMYK | 0.79 | 0.60 | 0 | 0 |
| HSL | 225.37º | 1% | 0.61% | - |
| HSV(B) | 225.37º | 0.79% | 1% | - |
| XYZ | 24.42 | 17.7 | 96.74 | - |
| YUV | 105.68 | 212.27 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 255 | 0.79 | 0.60 | 0 | 0 | 225.37 | 1 | 0.61 |
| Hex | 36 | 67 | FF | 4F | 3C | 0 | 0 | E1 | 64 | 3D |
| Octal | 66 | 147 | 377 | 117 | 74 | 0 | 0 | 341 | 144 | 75 |
| Binary | 110110 | 1100111 | 11111111 | 1001111 | 111100 | 0 | 0 | 11100001 | 1100100 | 111101 |
Color Harmonies of #3667FF
Complementary color
Monochromatic Colors of #3667FF
Black with #3667FF
Text Example
Text Example
White with #3667FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3667FF; }
p { color: rgb(54,103,255); }
H1.HeaderClassName
{
color: #3667FF;
}
.AnyTagClassName
{
color: #3667FF;
}
</style>
background-color css
<style>
a { background-color: #3667FF; }
a { background-color: rgb(54,103,255); }
div.DivClassName
{
background-color: #3667FF;
}
.BgClassName
{
background-color: #3667FF;
}
</style>
border-color css
<style>
span { border-color: #3667FF; }
span { border-color: rgb(54,103,255); }
td.TdClassName
{
border-color: #3667FF;
}
.TagClassName
{
border-color: #3667FF;
}
</style>