Shades of Royal Blue #4372D0
Tints of Royal Blue #4372D0
RGB
CMYK
RGB Variations
Color information
#4372D0 (or 0x4372D0) is known color: Royal Blue. HEX triplet: 43, 72 and D0. RGB value is (67,114,208). Sum of RGB (Red+Green+Blue) = 67+114+208=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #4372D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4372D0 is #BC8D2F. Grayscale: #6E6E6E. Windows color (decimal): -12356912 or 13660739. OLE color: 13660739.
HSL color Cylindrical-coordinate representation of color #4372D0: hue angle of 220º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4372D0 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 114 | 208 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.18 |
| HSL | 220º | 0.6% | 0.54% | - |
| HSV(B) | 220º | 0.68% | 0.82% | - |
| XYZ | 19.72 | 17.78 | 62.07 | - |
| YUV | 110.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 208 | 0.68 | 0.45 | 0 | 0.18 | 220 | 0.6 | 0.54 |
| Hex | 43 | 72 | D0 | 44 | 2D | 0 | 12 | DC | 3C | 36 |
| Octal | 103 | 162 | 320 | 104 | 55 | 0 | 22 | 334 | 74 | 66 |
| Binary | 1000011 | 1110010 | 11010000 | 1000100 | 101101 | 0 | 10010 | 11011100 | 111100 | 110110 |
Color Harmonies of #4372D0
Complementary color
Monochromatic Colors of #4372D0
Black with #4372D0
Text Example
Text Example
White with #4372D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4372D0; }
p { color: rgb(67,114,208); }
H1.HeaderClassName
{
color: #4372D0;
}
.AnyTagClassName
{
color: #4372D0;
}
</style>
background-color css
<style>
a { background-color: #4372D0; }
a { background-color: rgb(67,114,208); }
div.DivClassName
{
background-color: #4372D0;
}
.BgClassName
{
background-color: #4372D0;
}
</style>
border-color css
<style>
span { border-color: #4372D0; }
span { border-color: rgb(67,114,208); }
td.TdClassName
{
border-color: #4372D0;
}
.TagClassName
{
border-color: #4372D0;
}
</style>