Shades of Curious Blue #386FBC
Tints of Curious Blue #386FBC
RGB
CMYK
RGB Variations
Color information
#386FBC (or 0x386FBC) is known color: Curious Blue. HEX triplet: 38, 6F and BC. RGB value is (56,111,188). Sum of RGB (Red+Green+Blue) = 56+111+188=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #386FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FBC is #C79043. Grayscale: #666666. Windows color (decimal): -13078596 or 12349240. OLE color: 12349240.
HSL color Cylindrical-coordinate representation of color #386FBC: hue angle of 215º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386FBC is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 111 | 188 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.26 |
| HSL | 215º | 0.54% | 0.48% | - |
| HSV(B) | 215º | 0.7% | 0.74% | - |
| XYZ | 16.39 | 15.84 | 49.77 | - |
| YUV | 103.33 | 175.78 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 188 | 0.70 | 0.41 | 0 | 0.26 | 215 | 0.54 | 0.48 |
| Hex | 38 | 6F | BC | 46 | 29 | 0 | 1A | D7 | 36 | 30 |
| Octal | 70 | 157 | 274 | 106 | 51 | 0 | 32 | 327 | 66 | 60 |
| Binary | 111000 | 1101111 | 10111100 | 1000110 | 101001 | 0 | 11010 | 11010111 | 110110 | 110000 |
Color Harmonies of #386FBC
Complementary color
Monochromatic Colors of #386FBC
Black with #386FBC
Text Example
Text Example
White with #386FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FBC; }
p { color: rgb(56,111,188); }
H1.HeaderClassName
{
color: #386FBC;
}
.AnyTagClassName
{
color: #386FBC;
}
</style>
background-color css
<style>
a { background-color: #386FBC; }
a { background-color: rgb(56,111,188); }
div.DivClassName
{
background-color: #386FBC;
}
.BgClassName
{
background-color: #386FBC;
}
</style>
border-color css
<style>
span { border-color: #386FBC; }
span { border-color: rgb(56,111,188); }
td.TdClassName
{
border-color: #386FBC;
}
.TagClassName
{
border-color: #386FBC;
}
</style>