Shades of Royal Blue #3B66E5
Tints of Royal Blue #3B66E5
RGB
CMYK
RGB Variations
Color information
#3B66E5 (or 0x3B66E5) is known color: Royal Blue. HEX triplet: 3B, 66 and E5. RGB value is (59,102,229). Sum of RGB (Red+Green+Blue) = 59+102+229=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #3B66E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B66E5 is #C4991A. Grayscale: #676767. Windows color (decimal): -12884251 or 15033915. OLE color: 15033915.
HSL color Cylindrical-coordinate representation of color #3B66E5: hue angle of 224.82º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B66E5 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 102 | 229 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.10 |
| HSL | 224.82º | 0.77% | 0.56% | - |
| HSV(B) | 224.82º | 0.74% | 0.9% | - |
| XYZ | 20.7 | 16.09 | 76.14 | - |
| YUV | 103.62 | 198.75 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 229 | 0.74 | 0.55 | 0 | 0.10 | 224.82 | 0.77 | 0.56 |
| Hex | 3B | 66 | E5 | 4A | 37 | 0 | A | E1 | 4D | 38 |
| Octal | 73 | 146 | 345 | 112 | 67 | 0 | 12 | 341 | 115 | 70 |
| Binary | 111011 | 1100110 | 11100101 | 1001010 | 110111 | 0 | 1010 | 11100001 | 1001101 | 111000 |
Color Harmonies of #3B66E5
Complementary color
Monochromatic Colors of #3B66E5
Black with #3B66E5
Text Example
Text Example
White with #3B66E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B66E5; }
p { color: rgb(59,102,229); }
H1.HeaderClassName
{
color: #3B66E5;
}
.AnyTagClassName
{
color: #3B66E5;
}
</style>
background-color css
<style>
a { background-color: #3B66E5; }
a { background-color: rgb(59,102,229); }
div.DivClassName
{
background-color: #3B66E5;
}
.BgClassName
{
background-color: #3B66E5;
}
</style>
border-color css
<style>
span { border-color: #3B66E5; }
span { border-color: rgb(59,102,229); }
td.TdClassName
{
border-color: #3B66E5;
}
.TagClassName
{
border-color: #3B66E5;
}
</style>