Shades of Royal Blue #386CCB
Tints of Royal Blue #386CCB
RGB
CMYK
RGB Variations
Color information
#386CCB (or 0x386CCB) is known color: Royal Blue. HEX triplet: 38, 6C and CB. RGB value is (56,108,203). Sum of RGB (Red+Green+Blue) = 56+108+203=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #386CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CCB is #C79334. Grayscale: #666666. Windows color (decimal): -13079349 or 13331512. OLE color: 13331512.
HSL color Cylindrical-coordinate representation of color #386CCB: hue angle of 218.78º 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 #386CCB is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 108 | 203 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.20 |
| HSL | 218.78º | 0.59% | 0.51% | - |
| HSV(B) | 218.78º | 0.72% | 0.8% | - |
| XYZ | 17.77 | 15.88 | 58.63 | - |
| YUV | 103.28 | 184.27 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 203 | 0.72 | 0.47 | 0 | 0.20 | 218.78 | 0.59 | 0.51 |
| Hex | 38 | 6C | CB | 48 | 2F | 0 | 14 | DB | 3B | 33 |
| Octal | 70 | 154 | 313 | 110 | 57 | 0 | 24 | 333 | 73 | 63 |
| Binary | 111000 | 1101100 | 11001011 | 1001000 | 101111 | 0 | 10100 | 11011011 | 111011 | 110011 |
Color Harmonies of #386CCB
Complementary color
Monochromatic Colors of #386CCB
Black with #386CCB
Text Example
Text Example
White with #386CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CCB; }
p { color: rgb(56,108,203); }
H1.HeaderClassName
{
color: #386CCB;
}
.AnyTagClassName
{
color: #386CCB;
}
</style>
background-color css
<style>
a { background-color: #386CCB; }
a { background-color: rgb(56,108,203); }
div.DivClassName
{
background-color: #386CCB;
}
.BgClassName
{
background-color: #386CCB;
}
</style>
border-color css
<style>
span { border-color: #386CCB; }
span { border-color: rgb(56,108,203); }
td.TdClassName
{
border-color: #386CCB;
}
.TagClassName
{
border-color: #386CCB;
}
</style>