Shades of Royal Blue #3A88DF
Tints of Royal Blue #3A88DF
RGB
CMYK
RGB Variations
Color information
#3A88DF (or 0x3A88DF) is known color: Royal Blue. HEX triplet: 3A, 88 and DF. RGB value is (58,136,223). Sum of RGB (Red+Green+Blue) = 58+136+223=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A88DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A88DF is #C57720. Grayscale: #7A7A7A. Windows color (decimal): -12941089 or 14649402. OLE color: 14649402.
HSL color Cylindrical-coordinate representation of color #3A88DF: hue angle of 211.64º 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 #3A88DF is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 136 | 223 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.13 |
| HSL | 211.64º | 0.72% | 0.55% | - |
| HSV(B) | 211.64º | 0.74% | 0.87% | - |
| XYZ | 23.87 | 23.84 | 73.15 | - |
| YUV | 122.6 | 184.66 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 223 | 0.74 | 0.39 | 0 | 0.13 | 211.64 | 0.72 | 0.55 |
| Hex | 3A | 88 | DF | 4A | 27 | 0 | D | D4 | 48 | 37 |
| Octal | 72 | 210 | 337 | 112 | 47 | 0 | 15 | 324 | 110 | 67 |
| Binary | 111010 | 10001000 | 11011111 | 1001010 | 100111 | 0 | 1101 | 11010100 | 1001000 | 110111 |
Color Harmonies of #3A88DF
Complementary color
Monochromatic Colors of #3A88DF
Black with #3A88DF
Text Example
Text Example
White with #3A88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A88DF; }
p { color: rgb(58,136,223); }
H1.HeaderClassName
{
color: #3A88DF;
}
.AnyTagClassName
{
color: #3A88DF;
}
</style>
background-color css
<style>
a { background-color: #3A88DF; }
a { background-color: rgb(58,136,223); }
div.DivClassName
{
background-color: #3A88DF;
}
.BgClassName
{
background-color: #3A88DF;
}
</style>
border-color css
<style>
span { border-color: #3A88DF; }
span { border-color: rgb(58,136,223); }
td.TdClassName
{
border-color: #3A88DF;
}
.TagClassName
{
border-color: #3A88DF;
}
</style>