Shades of Royal Blue #3A55DF
Tints of Royal Blue #3A55DF
RGB
CMYK
RGB Variations
Color information
#3A55DF (or 0x3A55DF) is known color: Royal Blue. HEX triplet: 3A, 55 and DF. RGB value is (58,85,223). Sum of RGB (Red+Green+Blue) = 58+85+223=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 85 (33.59% from 255 or 23.22% 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 #3A55DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A55DF is #C5AA20. Grayscale: #5C5C5C. Windows color (decimal): -12954145 or 14636346. OLE color: 14636346.
HSL color Cylindrical-coordinate representation of color #3A55DF: hue angle of 230.18º 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 #3A55DF is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 85 | 223 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.13 |
| HSL | 230.18º | 0.72% | 0.55% | - |
| HSV(B) | 230.18º | 0.74% | 0.87% | - |
| XYZ | 18.31 | 12.72 | 71.3 | - |
| YUV | 92.66 | 201.55 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 223 | 0.74 | 0.62 | 0 | 0.13 | 230.18 | 0.72 | 0.55 |
| Hex | 3A | 55 | DF | 4A | 3E | 0 | D | E6 | 48 | 37 |
| Octal | 72 | 125 | 337 | 112 | 76 | 0 | 15 | 346 | 110 | 67 |
| Binary | 111010 | 1010101 | 11011111 | 1001010 | 111110 | 0 | 1101 | 11100110 | 1001000 | 110111 |
Color Harmonies of #3A55DF
Complementary color
Monochromatic Colors of #3A55DF
Black with #3A55DF
Text Example
Text Example
White with #3A55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A55DF; }
p { color: rgb(58,85,223); }
H1.HeaderClassName
{
color: #3A55DF;
}
.AnyTagClassName
{
color: #3A55DF;
}
</style>
background-color css
<style>
a { background-color: #3A55DF; }
a { background-color: rgb(58,85,223); }
div.DivClassName
{
background-color: #3A55DF;
}
.BgClassName
{
background-color: #3A55DF;
}
</style>
border-color css
<style>
span { border-color: #3A55DF; }
span { border-color: rgb(58,85,223); }
td.TdClassName
{
border-color: #3A55DF;
}
.TagClassName
{
border-color: #3A55DF;
}
</style>