Shades of Royal Blue #4372CF
Tints of Royal Blue #4372CF
RGB
CMYK
RGB Variations
Color information
#4372CF (or 0x4372CF) is known color: Royal Blue. HEX triplet: 43, 72 and CF. RGB value is (67,114,207). Sum of RGB (Red+Green+Blue) = 67+114+207=388 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.27% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #4372CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4372CF is #BC8D30. Grayscale: #6E6E6E. Windows color (decimal): -12356913 or 13595203. OLE color: 13595203.
HSL color Cylindrical-coordinate representation of color #4372CF: hue angle of 219.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4372CF is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 114 | 207 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.19 |
| HSL | 219.86º | 0.59% | 0.54% | - |
| HSV(B) | 219.86º | 0.68% | 0.81% | - |
| XYZ | 19.59 | 17.73 | 61.42 | - |
| YUV | 110.55 | 182.43 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 207 | 0.68 | 0.45 | 0 | 0.19 | 219.86 | 0.59 | 0.54 |
| Hex | 43 | 72 | CF | 44 | 2D | 0 | 13 | DC | 3B | 36 |
| Octal | 103 | 162 | 317 | 104 | 55 | 0 | 23 | 334 | 73 | 66 |
| Binary | 1000011 | 1110010 | 11001111 | 1000100 | 101101 | 0 | 10011 | 11011100 | 111011 | 110110 |
Color Harmonies of #4372CF
Complementary color
Monochromatic Colors of #4372CF
Black with #4372CF
Text Example
Text Example
White with #4372CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4372CF; }
p { color: rgb(67,114,207); }
H1.HeaderClassName
{
color: #4372CF;
}
.AnyTagClassName
{
color: #4372CF;
}
</style>
background-color css
<style>
a { background-color: #4372CF; }
a { background-color: rgb(67,114,207); }
div.DivClassName
{
background-color: #4372CF;
}
.BgClassName
{
background-color: #4372CF;
}
</style>
border-color css
<style>
span { border-color: #4372CF; }
span { border-color: rgb(67,114,207); }
td.TdClassName
{
border-color: #4372CF;
}
.TagClassName
{
border-color: #4372CF;
}
</style>