Shades of Royal Blue #3E67FB
Tints of Royal Blue #3E67FB
RGB
CMYK
RGB Variations
Color information
#3E67FB (or 0x3E67FB) is known color: Royal Blue. HEX triplet: 3E, 67 and FB. RGB value is (62,103,251). Sum of RGB (Red+Green+Blue) = 62+103+251=416 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.90% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E67FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E67FB is #C19804. Grayscale: #6A6A6A. Windows color (decimal): -12687365 or 16475966. OLE color: 16475966.
HSL color Cylindrical-coordinate representation of color #3E67FB: hue angle of 226.98º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E67FB is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 103 | 251 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.02 |
| HSL | 226.98º | 0.96% | 0.61% | - |
| HSV(B) | 226.98º | 0.75% | 0.98% | - |
| XYZ | 24.25 | 17.69 | 93.4 | - |
| YUV | 107.61 | 208.92 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 103 | 251 | 0.75 | 0.59 | 0 | 0.02 | 226.98 | 0.96 | 0.61 |
| Hex | 3E | 67 | FB | 4B | 3B | 0 | 2 | E3 | 60 | 3D |
| Octal | 76 | 147 | 373 | 113 | 73 | 0 | 2 | 343 | 140 | 75 |
| Binary | 111110 | 1100111 | 11111011 | 1001011 | 111011 | 0 | 10 | 11100011 | 1100000 | 111101 |
Color Harmonies of #3E67FB
Complementary color
Monochromatic Colors of #3E67FB
Black with #3E67FB
Text Example
Text Example
White with #3E67FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E67FB; }
p { color: rgb(62,103,251); }
H1.HeaderClassName
{
color: #3E67FB;
}
.AnyTagClassName
{
color: #3E67FB;
}
</style>
background-color css
<style>
a { background-color: #3E67FB; }
a { background-color: rgb(62,103,251); }
div.DivClassName
{
background-color: #3E67FB;
}
.BgClassName
{
background-color: #3E67FB;
}
</style>
border-color css
<style>
span { border-color: #3E67FB; }
span { border-color: rgb(62,103,251); }
td.TdClassName
{
border-color: #3E67FB;
}
.TagClassName
{
border-color: #3E67FB;
}
</style>