Shades of Royal Blue #367BFA
Tints of Royal Blue #367BFA
RGB
CMYK
RGB Variations
Color information
#367BFA (or 0x367BFA) is known color: Royal Blue. HEX triplet: 36, 7B and FA. RGB value is (54,123,250). Sum of RGB (Red+Green+Blue) = 54+123+250=427 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.65% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #367BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367BFA is #C98405. Grayscale: #747474. Windows color (decimal): -13206534 or 16415542. OLE color: 16415542.
HSL color Cylindrical-coordinate representation of color #367BFA: hue angle of 218.88º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #367BFA is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 123 | 250 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.02 |
| HSL | 218.88º | 0.95% | 0.6% | - |
| HSV(B) | 218.88º | 0.78% | 0.98% | - |
| XYZ | 25.86 | 21.85 | 93.3 | - |
| YUV | 116.85 | 203.14 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 250 | 0.78 | 0.51 | 0 | 0.02 | 218.88 | 0.95 | 0.6 |
| Hex | 36 | 7B | FA | 4E | 33 | 0 | 2 | DB | 5F | 3C |
| Octal | 66 | 173 | 372 | 116 | 63 | 0 | 2 | 333 | 137 | 74 |
| Binary | 110110 | 1111011 | 11111010 | 1001110 | 110011 | 0 | 10 | 11011011 | 1011111 | 111100 |
Color Harmonies of #367BFA
Complementary color
Monochromatic Colors of #367BFA
Black with #367BFA
Text Example
Text Example
White with #367BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BFA; }
p { color: rgb(54,123,250); }
H1.HeaderClassName
{
color: #367BFA;
}
.AnyTagClassName
{
color: #367BFA;
}
</style>
background-color css
<style>
a { background-color: #367BFA; }
a { background-color: rgb(54,123,250); }
div.DivClassName
{
background-color: #367BFA;
}
.BgClassName
{
background-color: #367BFA;
}
</style>
border-color css
<style>
span { border-color: #367BFA; }
span { border-color: rgb(54,123,250); }
td.TdClassName
{
border-color: #367BFA;
}
.TagClassName
{
border-color: #367BFA;
}
</style>