Shades of Royal Blue #367BFB
Tints of Royal Blue #367BFB
RGB
CMYK
RGB Variations
Color information
#367BFB (or 0x367BFB) is known color: Royal Blue. HEX triplet: 36, 7B and FB. RGB value is (54,123,251). Sum of RGB (Red+Green+Blue) = 54+123+251=428 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.62% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #367BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367BFB is #C98404. Grayscale: #747474. Windows color (decimal): -13206533 or 16481078. OLE color: 16481078.
HSL color Cylindrical-coordinate representation of color #367BFB: hue angle of 218.98º degrees, saturation: 0.96, 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 #367BFB is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 123 | 251 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.02 |
| HSL | 218.98º | 0.96% | 0.6% | - |
| HSV(B) | 218.98º | 0.78% | 0.98% | - |
| XYZ | 26.02 | 21.92 | 94.13 | - |
| YUV | 116.96 | 203.64 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 251 | 0.78 | 0.51 | 0 | 0.02 | 218.98 | 0.96 | 0.6 |
| Hex | 36 | 7B | FB | 4E | 33 | 0 | 2 | DB | 60 | 3C |
| Octal | 66 | 173 | 373 | 116 | 63 | 0 | 2 | 333 | 140 | 74 |
| Binary | 110110 | 1111011 | 11111011 | 1001110 | 110011 | 0 | 10 | 11011011 | 1100000 | 111100 |
Color Harmonies of #367BFB
Complementary color
Monochromatic Colors of #367BFB
Black with #367BFB
Text Example
Text Example
White with #367BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BFB; }
p { color: rgb(54,123,251); }
H1.HeaderClassName
{
color: #367BFB;
}
.AnyTagClassName
{
color: #367BFB;
}
</style>
background-color css
<style>
a { background-color: #367BFB; }
a { background-color: rgb(54,123,251); }
div.DivClassName
{
background-color: #367BFB;
}
.BgClassName
{
background-color: #367BFB;
}
</style>
border-color css
<style>
span { border-color: #367BFB; }
span { border-color: rgb(54,123,251); }
td.TdClassName
{
border-color: #367BFB;
}
.TagClassName
{
border-color: #367BFB;
}
</style>