Shades of Royal Blue #4372FC
Tints of Royal Blue #4372FC
RGB
CMYK
RGB Variations
Color information
#4372FC (or 0x4372FC) is known color: Royal Blue. HEX triplet: 43, 72 and FC. RGB value is (67,114,252). Sum of RGB (Red+Green+Blue) = 67+114+252=433 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.47% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #4372FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4372FC is #BC8D03. Grayscale: #737373. Windows color (decimal): -12356868 or 16544323. OLE color: 16544323.
HSL color Cylindrical-coordinate representation of color #4372FC: hue angle of 224.76º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4372FC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 114 | 252 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.01 |
| HSL | 224.76º | 0.97% | 0.63% | - |
| HSV(B) | 224.76º | 0.73% | 0.99% | - |
| XYZ | 25.9 | 20.26 | 94.64 | - |
| YUV | 115.68 | 204.93 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 252 | 0.73 | 0.55 | 0 | 0.01 | 224.76 | 0.97 | 0.63 |
| Hex | 43 | 72 | FC | 49 | 37 | 0 | 1 | E1 | 61 | 3F |
| Octal | 103 | 162 | 374 | 111 | 67 | 0 | 1 | 341 | 141 | 77 |
| Binary | 1000011 | 1110010 | 11111100 | 1001001 | 110111 | 0 | 1 | 11100001 | 1100001 | 111111 |
Color Harmonies of #4372FC
Complementary color
Monochromatic Colors of #4372FC
Black with #4372FC
Text Example
Text Example
White with #4372FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4372FC; }
p { color: rgb(67,114,252); }
H1.HeaderClassName
{
color: #4372FC;
}
.AnyTagClassName
{
color: #4372FC;
}
</style>
background-color css
<style>
a { background-color: #4372FC; }
a { background-color: rgb(67,114,252); }
div.DivClassName
{
background-color: #4372FC;
}
.BgClassName
{
background-color: #4372FC;
}
</style>
border-color css
<style>
span { border-color: #4372FC; }
span { border-color: rgb(67,114,252); }
td.TdClassName
{
border-color: #4372FC;
}
.TagClassName
{
border-color: #4372FC;
}
</style>