Shades of Royal Blue #3B54DF
Tints of Royal Blue #3B54DF
RGB
CMYK
RGB Variations
Color information
#3B54DF (or 0x3B54DF) is known color: Royal Blue. HEX triplet: 3B, 54 and DF. RGB value is (59,84,223). Sum of RGB (Red+Green+Blue) = 59+84+223=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B54DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B54DF is #C4AB20. Grayscale: #5B5B5B. Windows color (decimal): -12888865 or 14636091. OLE color: 14636091.
HSL color Cylindrical-coordinate representation of color #3B54DF: hue angle of 230.85º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B54DF is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 84 | 223 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.13 |
| HSL | 230.85º | 0.72% | 0.55% | - |
| HSV(B) | 230.85º | 0.74% | 0.87% | - |
| XYZ | 18.29 | 12.6 | 71.28 | - |
| YUV | 92.37 | 201.72 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 223 | 0.74 | 0.62 | 0 | 0.13 | 230.85 | 0.72 | 0.55 |
| Hex | 3B | 54 | DF | 4A | 3E | 0 | D | E7 | 48 | 37 |
| Octal | 73 | 124 | 337 | 112 | 76 | 0 | 15 | 347 | 110 | 67 |
| Binary | 111011 | 1010100 | 11011111 | 1001010 | 111110 | 0 | 1101 | 11100111 | 1001000 | 110111 |
Color Harmonies of #3B54DF
Complementary color
Monochromatic Colors of #3B54DF
Black with #3B54DF
Text Example
Text Example
White with #3B54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B54DF; }
p { color: rgb(59,84,223); }
H1.HeaderClassName
{
color: #3B54DF;
}
.AnyTagClassName
{
color: #3B54DF;
}
</style>
background-color css
<style>
a { background-color: #3B54DF; }
a { background-color: rgb(59,84,223); }
div.DivClassName
{
background-color: #3B54DF;
}
.BgClassName
{
background-color: #3B54DF;
}
</style>
border-color css
<style>
span { border-color: #3B54DF; }
span { border-color: rgb(59,84,223); }
td.TdClassName
{
border-color: #3B54DF;
}
.TagClassName
{
border-color: #3B54DF;
}
</style>