Shades of Royal Blue #4372EA
Tints of Royal Blue #4372EA
RGB
CMYK
RGB Variations
Color information
#4372EA (or 0x4372EA) is known color: Royal Blue. HEX triplet: 43, 72 and EA. RGB value is (67,114,234). Sum of RGB (Red+Green+Blue) = 67+114+234=415 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.14% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #4372EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4372EA is #BC8D15. Grayscale: #717171. Windows color (decimal): -12356886 or 15364675. OLE color: 15364675.
HSL color Cylindrical-coordinate representation of color #4372EA: hue angle of 223.11º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4372EA is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 114 | 234 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.08 |
| HSL | 223.11º | 0.8% | 0.59% | - |
| HSV(B) | 223.11º | 0.71% | 0.92% | - |
| XYZ | 23.18 | 19.17 | 80.32 | - |
| YUV | 113.63 | 195.93 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 234 | 0.71 | 0.51 | 0 | 0.08 | 223.11 | 0.8 | 0.59 |
| Hex | 43 | 72 | EA | 47 | 33 | 0 | 8 | DF | 50 | 3B |
| Octal | 103 | 162 | 352 | 107 | 63 | 0 | 10 | 337 | 120 | 73 |
| Binary | 1000011 | 1110010 | 11101010 | 1000111 | 110011 | 0 | 1000 | 11011111 | 1010000 | 111011 |
Color Harmonies of #4372EA
Complementary color
Monochromatic Colors of #4372EA
Black with #4372EA
Text Example
Text Example
White with #4372EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4372EA; }
p { color: rgb(67,114,234); }
H1.HeaderClassName
{
color: #4372EA;
}
.AnyTagClassName
{
color: #4372EA;
}
</style>
background-color css
<style>
a { background-color: #4372EA; }
a { background-color: rgb(67,114,234); }
div.DivClassName
{
background-color: #4372EA;
}
.BgClassName
{
background-color: #4372EA;
}
</style>
border-color css
<style>
span { border-color: #4372EA; }
span { border-color: rgb(67,114,234); }
td.TdClassName
{
border-color: #4372EA;
}
.TagClassName
{
border-color: #4372EA;
}
</style>