Shades of Royal Blue #4362F1
Tints of Royal Blue #4362F1
RGB
CMYK
RGB Variations
Color information
#4362F1 (or 0x4362F1) is known color: Royal Blue. HEX triplet: 43, 62 and F1. RGB value is (67,98,241). Sum of RGB (Red+Green+Blue) = 67+98+241=406 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.50% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #4362F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4362F1 is #BC9D0E. Grayscale: #686868. Windows color (decimal): -12360975 or 15819331. OLE color: 15819331.
HSL color Cylindrical-coordinate representation of color #4362F1: hue angle of 229.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4362F1 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 98 | 241 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.05 |
| HSL | 229.31º | 0.86% | 0.6% | - |
| HSV(B) | 229.31º | 0.72% | 0.95% | - |
| XYZ | 22.56 | 16.28 | 85.17 | - |
| YUV | 105.03 | 204.73 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 241 | 0.72 | 0.59 | 0 | 0.05 | 229.31 | 0.86 | 0.6 |
| Hex | 43 | 62 | F1 | 48 | 3B | 0 | 5 | E5 | 56 | 3C |
| Octal | 103 | 142 | 361 | 110 | 73 | 0 | 5 | 345 | 126 | 74 |
| Binary | 1000011 | 1100010 | 11110001 | 1001000 | 111011 | 0 | 101 | 11100101 | 1010110 | 111100 |
Color Harmonies of #4362F1
Complementary color
Monochromatic Colors of #4362F1
Black with #4362F1
Text Example
Text Example
White with #4362F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4362F1; }
p { color: rgb(67,98,241); }
H1.HeaderClassName
{
color: #4362F1;
}
.AnyTagClassName
{
color: #4362F1;
}
</style>
background-color css
<style>
a { background-color: #4362F1; }
a { background-color: rgb(67,98,241); }
div.DivClassName
{
background-color: #4362F1;
}
.BgClassName
{
background-color: #4362F1;
}
</style>
border-color css
<style>
span { border-color: #4362F1; }
span { border-color: rgb(67,98,241); }
td.TdClassName
{
border-color: #4362F1;
}
.TagClassName
{
border-color: #4362F1;
}
</style>