Shades of Royal Blue #3872CC
Tints of Royal Blue #3872CC
RGB
CMYK
RGB Variations
Color information
#3872CC (or 0x3872CC) is known color: Royal Blue. HEX triplet: 38, 72 and CC. RGB value is (56,114,204). Sum of RGB (Red+Green+Blue) = 56+114+204=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #3872CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3872CC is #C78D33. Grayscale: #6A6A6A. Windows color (decimal): -13077812 or 13398584. OLE color: 13398584.
HSL color Cylindrical-coordinate representation of color #3872CC: hue angle of 216.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3872CC is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 114 | 204 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.2 |
| HSL | 216.49º | 0.59% | 0.51% | - |
| HSV(B) | 216.49º | 0.73% | 0.8% | - |
| XYZ | 18.55 | 17.24 | 59.48 | - |
| YUV | 106.92 | 182.78 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 204 | 0.73 | 0.44 | 0 | 0.2 | 216.49 | 0.59 | 0.51 |
| Hex | 38 | 72 | CC | 49 | 2C | 0 | 14 | D8 | 3B | 33 |
| Octal | 70 | 162 | 314 | 111 | 54 | 0 | 24 | 330 | 73 | 63 |
| Binary | 111000 | 1110010 | 11001100 | 1001001 | 101100 | 0 | 10100 | 11011000 | 111011 | 110011 |
Color Harmonies of #3872CC
Complementary color
Monochromatic Colors of #3872CC
Black with #3872CC
Text Example
Text Example
White with #3872CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3872CC; }
p { color: rgb(56,114,204); }
H1.HeaderClassName
{
color: #3872CC;
}
.AnyTagClassName
{
color: #3872CC;
}
</style>
background-color css
<style>
a { background-color: #3872CC; }
a { background-color: rgb(56,114,204); }
div.DivClassName
{
background-color: #3872CC;
}
.BgClassName
{
background-color: #3872CC;
}
</style>
border-color css
<style>
span { border-color: #3872CC; }
span { border-color: rgb(56,114,204); }
td.TdClassName
{
border-color: #3872CC;
}
.TagClassName
{
border-color: #3872CC;
}
</style>