Shades of Royal Blue #4372CC
Tints of Royal Blue #4372CC
RGB
CMYK
RGB Variations
Color information
#4372CC (or 0x4372CC) is known color: Royal Blue. HEX triplet: 43, 72 and CC. RGB value is (67,114,204). Sum of RGB (Red+Green+Blue) = 67+114+204=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #4372CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4372CC is #BC8D33. Grayscale: #6D6D6D. Windows color (decimal): -12356916 or 13398595. OLE color: 13398595.
HSL color Cylindrical-coordinate representation of color #4372CC: hue angle of 219.42º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4372CC is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 114 | 204 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.2 |
| HSL | 219.42º | 0.57% | 0.53% | - |
| HSV(B) | 219.42º | 0.67% | 0.8% | - |
| XYZ | 19.23 | 17.59 | 59.51 | - |
| YUV | 110.21 | 180.93 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 204 | 0.67 | 0.44 | 0 | 0.2 | 219.42 | 0.57 | 0.53 |
| Hex | 43 | 72 | CC | 43 | 2C | 0 | 14 | DB | 39 | 35 |
| Octal | 103 | 162 | 314 | 103 | 54 | 0 | 24 | 333 | 71 | 65 |
| Binary | 1000011 | 1110010 | 11001100 | 1000011 | 101100 | 0 | 10100 | 11011011 | 111001 | 110101 |
Color Harmonies of #4372CC
Complementary color
Monochromatic Colors of #4372CC
Black with #4372CC
Text Example
Text Example
White with #4372CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4372CC; }
p { color: rgb(67,114,204); }
H1.HeaderClassName
{
color: #4372CC;
}
.AnyTagClassName
{
color: #4372CC;
}
</style>
background-color css
<style>
a { background-color: #4372CC; }
a { background-color: rgb(67,114,204); }
div.DivClassName
{
background-color: #4372CC;
}
.BgClassName
{
background-color: #4372CC;
}
</style>
border-color css
<style>
span { border-color: #4372CC; }
span { border-color: rgb(67,114,204); }
td.TdClassName
{
border-color: #4372CC;
}
.TagClassName
{
border-color: #4372CC;
}
</style>