Shades of Royal Blue #386ECC
Tints of Royal Blue #386ECC
RGB
CMYK
RGB Variations
Color information
#386ECC (or 0x386ECC) is known color: Royal Blue. HEX triplet: 38, 6E and CC. RGB value is (56,110,204). Sum of RGB (Red+Green+Blue) = 56+110+204=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #386ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ECC is #C79133. Grayscale: #686868. Windows color (decimal): -13078836 or 13397560. OLE color: 13397560.
HSL color Cylindrical-coordinate representation of color #386ECC: hue angle of 218.11º 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 #386ECC is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 110 | 204 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.2 |
| HSL | 218.11º | 0.59% | 0.51% | - |
| HSV(B) | 218.11º | 0.73% | 0.8% | - |
| XYZ | 18.11 | 16.35 | 59.33 | - |
| YUV | 104.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 204 | 0.73 | 0.46 | 0 | 0.2 | 218.11 | 0.59 | 0.51 |
| Hex | 38 | 6E | CC | 49 | 2E | 0 | 14 | DA | 3B | 33 |
| Octal | 70 | 156 | 314 | 111 | 56 | 0 | 24 | 332 | 73 | 63 |
| Binary | 111000 | 1101110 | 11001100 | 1001001 | 101110 | 0 | 10100 | 11011010 | 111011 | 110011 |
Color Harmonies of #386ECC
Complementary color
Monochromatic Colors of #386ECC
Black with #386ECC
Text Example
Text Example
White with #386ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386ECC; }
p { color: rgb(56,110,204); }
H1.HeaderClassName
{
color: #386ECC;
}
.AnyTagClassName
{
color: #386ECC;
}
</style>
background-color css
<style>
a { background-color: #386ECC; }
a { background-color: rgb(56,110,204); }
div.DivClassName
{
background-color: #386ECC;
}
.BgClassName
{
background-color: #386ECC;
}
</style>
border-color css
<style>
span { border-color: #386ECC; }
span { border-color: rgb(56,110,204); }
td.TdClassName
{
border-color: #386ECC;
}
.TagClassName
{
border-color: #386ECC;
}
</style>