Shades of Royal Blue #386ACB
Tints of Royal Blue #386ACB
RGB
CMYK
RGB Variations
Color information
#386ACB (or 0x386ACB) is known color: Royal Blue. HEX triplet: 38, 6A and CB. RGB value is (56,106,203). Sum of RGB (Red+Green+Blue) = 56+106+203=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #386ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ACB is #C79534. Grayscale: #656565. Windows color (decimal): -13079861 or 13331000. OLE color: 13331000.
HSL color Cylindrical-coordinate representation of color #386ACB: hue angle of 219.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #386ACB is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 106 | 203 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.20 |
| HSL | 219.59º | 0.59% | 0.51% | - |
| HSV(B) | 219.59º | 0.72% | 0.8% | - |
| XYZ | 17.56 | 15.46 | 58.56 | - |
| YUV | 102.11 | 184.94 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 203 | 0.72 | 0.48 | 0 | 0.20 | 219.59 | 0.59 | 0.51 |
| Hex | 38 | 6A | CB | 48 | 30 | 0 | 14 | DC | 3B | 33 |
| Octal | 70 | 152 | 313 | 110 | 60 | 0 | 24 | 334 | 73 | 63 |
| Binary | 111000 | 1101010 | 11001011 | 1001000 | 110000 | 0 | 10100 | 11011100 | 111011 | 110011 |
Color Harmonies of #386ACB
Complementary color
Monochromatic Colors of #386ACB
Black with #386ACB
Text Example
Text Example
White with #386ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386ACB; }
p { color: rgb(56,106,203); }
H1.HeaderClassName
{
color: #386ACB;
}
.AnyTagClassName
{
color: #386ACB;
}
</style>
background-color css
<style>
a { background-color: #386ACB; }
a { background-color: rgb(56,106,203); }
div.DivClassName
{
background-color: #386ACB;
}
.BgClassName
{
background-color: #386ACB;
}
</style>
border-color css
<style>
span { border-color: #386ACB; }
span { border-color: rgb(56,106,203); }
td.TdClassName
{
border-color: #386ACB;
}
.TagClassName
{
border-color: #386ACB;
}
</style>