Shades of Royal Blue #3867CC
Tints of Royal Blue #3867CC
RGB
CMYK
RGB Variations
Color information
#3867CC (or 0x3867CC) is known color: Royal Blue. HEX triplet: 38, 67 and CC. RGB value is (56,103,204). Sum of RGB (Red+Green+Blue) = 56+103+204=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #3867CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3867CC is #C79833. Grayscale: #646464. Windows color (decimal): -13080628 or 13395768. OLE color: 13395768.
HSL color Cylindrical-coordinate representation of color #3867CC: hue angle of 220.95º 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 #3867CC is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 103 | 204 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.2 |
| HSL | 220.95º | 0.59% | 0.51% | - |
| HSV(B) | 220.95º | 0.73% | 0.8% | - |
| XYZ | 17.38 | 14.9 | 59.09 | - |
| YUV | 100.46 | 186.43 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 204 | 0.73 | 0.50 | 0 | 0.2 | 220.95 | 0.59 | 0.51 |
| Hex | 38 | 67 | CC | 49 | 32 | 0 | 14 | DD | 3B | 33 |
| Octal | 70 | 147 | 314 | 111 | 62 | 0 | 24 | 335 | 73 | 63 |
| Binary | 111000 | 1100111 | 11001100 | 1001001 | 110010 | 0 | 10100 | 11011101 | 111011 | 110011 |
Color Harmonies of #3867CC
Complementary color
Monochromatic Colors of #3867CC
Black with #3867CC
Text Example
Text Example
White with #3867CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3867CC; }
p { color: rgb(56,103,204); }
H1.HeaderClassName
{
color: #3867CC;
}
.AnyTagClassName
{
color: #3867CC;
}
</style>
background-color css
<style>
a { background-color: #3867CC; }
a { background-color: rgb(56,103,204); }
div.DivClassName
{
background-color: #3867CC;
}
.BgClassName
{
background-color: #3867CC;
}
</style>
border-color css
<style>
span { border-color: #3867CC; }
span { border-color: rgb(56,103,204); }
td.TdClassName
{
border-color: #3867CC;
}
.TagClassName
{
border-color: #3867CC;
}
</style>