Shades of Royal Blue #3764F2
Tints of Royal Blue #3764F2
RGB
CMYK
RGB Variations
Color information
#3764F2 (or 0x3764F2) is known color: Royal Blue. HEX triplet: 37, 64 and F2. RGB value is (55,100,242). Sum of RGB (Red+Green+Blue) = 55+100+242=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 242 (94.92% from 255 or 60.96% from 397); Max value from RGB is 242 - color contains mainly: blue. Hex color #3764F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3764F2 is #C89B0D. Grayscale: #666666. Windows color (decimal): -13146894 or 15885367. OLE color: 15885367.
HSL color Cylindrical-coordinate representation of color #3764F2: hue angle of 225.56º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3764F2 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 100 | 242 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.05 |
| HSL | 225.56º | 0.88% | 0.58% | - |
| HSV(B) | 225.56º | 0.77% | 0.95% | - |
| XYZ | 22.16 | 16.34 | 85.99 | - |
| YUV | 102.73 | 206.59 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 242 | 0.77 | 0.59 | 0 | 0.05 | 225.56 | 0.88 | 0.58 |
| Hex | 37 | 64 | F2 | 4D | 3B | 0 | 5 | E2 | 58 | 3A |
| Octal | 67 | 144 | 362 | 115 | 73 | 0 | 5 | 342 | 130 | 72 |
| Binary | 110111 | 1100100 | 11110010 | 1001101 | 111011 | 0 | 101 | 11100010 | 1011000 | 111010 |
Color Harmonies of #3764F2
Complementary color
Monochromatic Colors of #3764F2
Black with #3764F2
Text Example
Text Example
White with #3764F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3764F2; }
p { color: rgb(55,100,242); }
H1.HeaderClassName
{
color: #3764F2;
}
.AnyTagClassName
{
color: #3764F2;
}
</style>
background-color css
<style>
a { background-color: #3764F2; }
a { background-color: rgb(55,100,242); }
div.DivClassName
{
background-color: #3764F2;
}
.BgClassName
{
background-color: #3764F2;
}
</style>
border-color css
<style>
span { border-color: #3764F2; }
span { border-color: rgb(55,100,242); }
td.TdClassName
{
border-color: #3764F2;
}
.TagClassName
{
border-color: #3764F2;
}
</style>