Shades of Royal Blue #3870CC
Tints of Royal Blue #3870CC
RGB
CMYK
RGB Variations
Color information
#3870CC (or 0x3870CC) is known color: Royal Blue. HEX triplet: 38, 70 and CC. RGB value is (56,112,204). Sum of RGB (Red+Green+Blue) = 56+112+204=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #3870CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870CC is #C78F33. Grayscale: #696969. Windows color (decimal): -13078324 or 13398072. OLE color: 13398072.
HSL color Cylindrical-coordinate representation of color #3870CC: hue angle of 217.3º 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 #3870CC is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 112 | 204 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.2 |
| HSL | 217.3º | 0.59% | 0.51% | - |
| HSV(B) | 217.3º | 0.73% | 0.8% | - |
| XYZ | 18.32 | 16.79 | 59.4 | - |
| YUV | 105.74 | 183.45 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 204 | 0.73 | 0.45 | 0 | 0.2 | 217.3 | 0.59 | 0.51 |
| Hex | 38 | 70 | CC | 49 | 2D | 0 | 14 | D9 | 3B | 33 |
| Octal | 70 | 160 | 314 | 111 | 55 | 0 | 24 | 331 | 73 | 63 |
| Binary | 111000 | 1110000 | 11001100 | 1001001 | 101101 | 0 | 10100 | 11011001 | 111011 | 110011 |
Color Harmonies of #3870CC
Complementary color
Monochromatic Colors of #3870CC
Black with #3870CC
Text Example
Text Example
White with #3870CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3870CC; }
p { color: rgb(56,112,204); }
H1.HeaderClassName
{
color: #3870CC;
}
.AnyTagClassName
{
color: #3870CC;
}
</style>
background-color css
<style>
a { background-color: #3870CC; }
a { background-color: rgb(56,112,204); }
div.DivClassName
{
background-color: #3870CC;
}
.BgClassName
{
background-color: #3870CC;
}
</style>
border-color css
<style>
span { border-color: #3870CC; }
span { border-color: rgb(56,112,204); }
td.TdClassName
{
border-color: #3870CC;
}
.TagClassName
{
border-color: #3870CC;
}
</style>