Shades of Royal Blue #3B62FC
Tints of Royal Blue #3B62FC
RGB
CMYK
RGB Variations
Color information
#3B62FC (or 0x3B62FC) is known color: Royal Blue. HEX triplet: 3B, 62 and FC. RGB value is (59,98,252). Sum of RGB (Red+Green+Blue) = 59+98+252=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #3B62FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B62FC is #C49D03. Grayscale: #676767. Windows color (decimal): -12885252 or 16540219. OLE color: 16540219.
HSL color Cylindrical-coordinate representation of color #3B62FC: hue angle of 227.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B62FC is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 98 | 252 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.01 |
| HSL | 227.88º | 0.97% | 0.61% | - |
| HSV(B) | 227.88º | 0.77% | 0.99% | - |
| XYZ | 23.74 | 16.69 | 94.07 | - |
| YUV | 103.9 | 211.58 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 98 | 252 | 0.77 | 0.61 | 0 | 0.01 | 227.88 | 0.97 | 0.61 |
| Hex | 3B | 62 | FC | 4D | 3D | 0 | 1 | E4 | 61 | 3D |
| Octal | 73 | 142 | 374 | 115 | 75 | 0 | 1 | 344 | 141 | 75 |
| Binary | 111011 | 1100010 | 11111100 | 1001101 | 111101 | 0 | 1 | 11100100 | 1100001 | 111101 |
Color Harmonies of #3B62FC
Complementary color
Monochromatic Colors of #3B62FC
Black with #3B62FC
Text Example
Text Example
White with #3B62FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B62FC; }
p { color: rgb(59,98,252); }
H1.HeaderClassName
{
color: #3B62FC;
}
.AnyTagClassName
{
color: #3B62FC;
}
</style>
background-color css
<style>
a { background-color: #3B62FC; }
a { background-color: rgb(59,98,252); }
div.DivClassName
{
background-color: #3B62FC;
}
.BgClassName
{
background-color: #3B62FC;
}
</style>
border-color css
<style>
span { border-color: #3B62FC; }
span { border-color: rgb(59,98,252); }
td.TdClassName
{
border-color: #3B62FC;
}
.TagClassName
{
border-color: #3B62FC;
}
</style>