Shades of Royal Blue #4372D5
Tints of Royal Blue #4372D5
RGB
CMYK
RGB Variations
Color information
#4372D5 (or 0x4372D5) is known color: Royal Blue. HEX triplet: 43, 72 and D5. RGB value is (67,114,213). Sum of RGB (Red+Green+Blue) = 67+114+213=394 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.01% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #4372D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4372D5 is #BC8D2A. Grayscale: #6E6E6E. Windows color (decimal): -12356907 or 13988419. OLE color: 13988419.
HSL color Cylindrical-coordinate representation of color #4372D5: hue angle of 220.68º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4372D5 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 114 | 213 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.16 |
| HSL | 220.68º | 0.63% | 0.55% | - |
| HSV(B) | 220.68º | 0.69% | 0.84% | - |
| XYZ | 20.34 | 18.03 | 65.36 | - |
| YUV | 111.23 | 185.43 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 213 | 0.69 | 0.46 | 0 | 0.16 | 220.68 | 0.63 | 0.55 |
| Hex | 43 | 72 | D5 | 45 | 2E | 0 | 10 | DD | 3F | 37 |
| Octal | 103 | 162 | 325 | 105 | 56 | 0 | 20 | 335 | 77 | 67 |
| Binary | 1000011 | 1110010 | 11010101 | 1000101 | 101110 | 0 | 10000 | 11011101 | 111111 | 110111 |
Color Harmonies of #4372D5
Complementary color
Monochromatic Colors of #4372D5
Black with #4372D5
Text Example
Text Example
White with #4372D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4372D5; }
p { color: rgb(67,114,213); }
H1.HeaderClassName
{
color: #4372D5;
}
.AnyTagClassName
{
color: #4372D5;
}
</style>
background-color css
<style>
a { background-color: #4372D5; }
a { background-color: rgb(67,114,213); }
div.DivClassName
{
background-color: #4372D5;
}
.BgClassName
{
background-color: #4372D5;
}
</style>
border-color css
<style>
span { border-color: #4372D5; }
span { border-color: rgb(67,114,213); }
td.TdClassName
{
border-color: #4372D5;
}
.TagClassName
{
border-color: #4372D5;
}
</style>