Shades of Royal Blue #364CE3
Tints of Royal Blue #364CE3
RGB
CMYK
RGB Variations
Color information
#364CE3 (or 0x364CE3) is known color: Royal Blue. HEX triplet: 36, 4C and E3. RGB value is (54,76,227). Sum of RGB (Red+Green+Blue) = 54+76+227=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 227 (89.06% from 255 or 63.59% from 357); Max value from RGB is 227 - color contains mainly: blue. Hex color #364CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CE3 is #C9B31C. Grayscale: #565656. Windows color (decimal): -13218589 or 14896182. OLE color: 14896182.
HSL color Cylindrical-coordinate representation of color #364CE3: hue angle of 232.37º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #364CE3 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 76 | 227 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.11 |
| HSL | 232.37º | 0.76% | 0.55% | - |
| HSV(B) | 232.37º | 0.76% | 0.89% | - |
| XYZ | 17.97 | 11.5 | 73.95 | - |
| YUV | 86.64 | 207.21 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 227 | 0.76 | 0.67 | 0 | 0.11 | 232.37 | 0.76 | 0.55 |
| Hex | 36 | 4C | E3 | 4C | 43 | 0 | B | E8 | 4C | 37 |
| Octal | 66 | 114 | 343 | 114 | 103 | 0 | 13 | 350 | 114 | 67 |
| Binary | 110110 | 1001100 | 11100011 | 1001100 | 1000011 | 0 | 1011 | 11101000 | 1001100 | 110111 |
Color Harmonies of #364CE3
Complementary color
Monochromatic Colors of #364CE3
Black with #364CE3
Text Example
Text Example
White with #364CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364CE3; }
p { color: rgb(54,76,227); }
H1.HeaderClassName
{
color: #364CE3;
}
.AnyTagClassName
{
color: #364CE3;
}
</style>
background-color css
<style>
a { background-color: #364CE3; }
a { background-color: rgb(54,76,227); }
div.DivClassName
{
background-color: #364CE3;
}
.BgClassName
{
background-color: #364CE3;
}
</style>
border-color css
<style>
span { border-color: #364CE3; }
span { border-color: rgb(54,76,227); }
td.TdClassName
{
border-color: #364CE3;
}
.TagClassName
{
border-color: #364CE3;
}
</style>