Shades of Curious Blue #386EC3
Tints of Curious Blue #386EC3
RGB
CMYK
RGB Variations
Color information
#386EC3 (or 0x386EC3) is known color: Curious Blue. HEX triplet: 38, 6E and C3. RGB value is (56,110,195). Sum of RGB (Red+Green+Blue) = 56+110+195=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #386EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EC3 is #C7913C. Grayscale: #676767. Windows color (decimal): -13078845 or 12807736. OLE color: 12807736.
HSL color Cylindrical-coordinate representation of color #386EC3: hue angle of 216.69º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #386EC3 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 110 | 195 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.24 |
| HSL | 216.69º | 0.55% | 0.49% | - |
| HSV(B) | 216.69º | 0.71% | 0.76% | - |
| XYZ | 17.06 | 15.93 | 53.81 | - |
| YUV | 103.54 | 179.61 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 195 | 0.71 | 0.44 | 0 | 0.24 | 216.69 | 0.55 | 0.49 |
| Hex | 38 | 6E | C3 | 47 | 2C | 0 | 18 | D9 | 37 | 31 |
| Octal | 70 | 156 | 303 | 107 | 54 | 0 | 30 | 331 | 67 | 61 |
| Binary | 111000 | 1101110 | 11000011 | 1000111 | 101100 | 0 | 11000 | 11011001 | 110111 | 110001 |
Color Harmonies of #386EC3
Complementary color
Monochromatic Colors of #386EC3
Black with #386EC3
Text Example
Text Example
White with #386EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EC3; }
p { color: rgb(56,110,195); }
H1.HeaderClassName
{
color: #386EC3;
}
.AnyTagClassName
{
color: #386EC3;
}
</style>
background-color css
<style>
a { background-color: #386EC3; }
a { background-color: rgb(56,110,195); }
div.DivClassName
{
background-color: #386EC3;
}
.BgClassName
{
background-color: #386EC3;
}
</style>
border-color css
<style>
span { border-color: #386EC3; }
span { border-color: rgb(56,110,195); }
td.TdClassName
{
border-color: #386EC3;
}
.TagClassName
{
border-color: #386EC3;
}
</style>