Shades of Royal Blue #3B88E1
Tints of Royal Blue #3B88E1
RGB
CMYK
RGB Variations
Color information
#3B88E1 (or 0x3B88E1) is known color: Royal Blue. HEX triplet: 3B, 88 and E1. RGB value is (59,136,225). Sum of RGB (Red+Green+Blue) = 59+136+225=420 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.05% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #3B88E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B88E1 is #C4771E. Grayscale: #7A7A7A. Windows color (decimal): -12875551 or 14780475. OLE color: 14780475.
HSL color Cylindrical-coordinate representation of color #3B88E1: hue angle of 212.17º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B88E1 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 136 | 225 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.12 |
| HSL | 212.17º | 0.73% | 0.56% | - |
| HSV(B) | 212.17º | 0.74% | 0.88% | - |
| XYZ | 24.2 | 23.97 | 74.59 | - |
| YUV | 123.12 | 185.49 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 136 | 225 | 0.74 | 0.40 | 0 | 0.12 | 212.17 | 0.73 | 0.56 |
| Hex | 3B | 88 | E1 | 4A | 28 | 0 | C | D4 | 49 | 38 |
| Octal | 73 | 210 | 341 | 112 | 50 | 0 | 14 | 324 | 111 | 70 |
| Binary | 111011 | 10001000 | 11100001 | 1001010 | 101000 | 0 | 1100 | 11010100 | 1001001 | 111000 |
Color Harmonies of #3B88E1
Complementary color
Monochromatic Colors of #3B88E1
Black with #3B88E1
Text Example
Text Example
White with #3B88E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B88E1; }
p { color: rgb(59,136,225); }
H1.HeaderClassName
{
color: #3B88E1;
}
.AnyTagClassName
{
color: #3B88E1;
}
</style>
background-color css
<style>
a { background-color: #3B88E1; }
a { background-color: rgb(59,136,225); }
div.DivClassName
{
background-color: #3B88E1;
}
.BgClassName
{
background-color: #3B88E1;
}
</style>
border-color css
<style>
span { border-color: #3B88E1; }
span { border-color: rgb(59,136,225); }
td.TdClassName
{
border-color: #3B88E1;
}
.TagClassName
{
border-color: #3B88E1;
}
</style>