Shades of Curious Blue #386DBF
Tints of Curious Blue #386DBF
RGB
CMYK
RGB Variations
Color information
#386DBF (or 0x386DBF) is known color: Curious Blue. HEX triplet: 38, 6D and BF. RGB value is (56,109,191). Sum of RGB (Red+Green+Blue) = 56+109+191=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #386DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DBF is #C79240. Grayscale: #666666. Windows color (decimal): -13079105 or 12545336. OLE color: 12545336.
HSL color Cylindrical-coordinate representation of color #386DBF: hue angle of 216.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #386DBF is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 109 | 191 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.25 |
| HSL | 216.44º | 0.55% | 0.48% | - |
| HSV(B) | 216.44º | 0.71% | 0.75% | - |
| XYZ | 16.5 | 15.54 | 51.42 | - |
| YUV | 102.5 | 177.94 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 191 | 0.71 | 0.43 | 0 | 0.25 | 216.44 | 0.55 | 0.48 |
| Hex | 38 | 6D | BF | 47 | 2B | 0 | 19 | D8 | 37 | 30 |
| Octal | 70 | 155 | 277 | 107 | 53 | 0 | 31 | 330 | 67 | 60 |
| Binary | 111000 | 1101101 | 10111111 | 1000111 | 101011 | 0 | 11001 | 11011000 | 110111 | 110000 |
Color Harmonies of #386DBF
Complementary color
Monochromatic Colors of #386DBF
Black with #386DBF
Text Example
Text Example
White with #386DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DBF; }
p { color: rgb(56,109,191); }
H1.HeaderClassName
{
color: #386DBF;
}
.AnyTagClassName
{
color: #386DBF;
}
</style>
background-color css
<style>
a { background-color: #386DBF; }
a { background-color: rgb(56,109,191); }
div.DivClassName
{
background-color: #386DBF;
}
.BgClassName
{
background-color: #386DBF;
}
</style>
border-color css
<style>
span { border-color: #386DBF; }
span { border-color: rgb(56,109,191); }
td.TdClassName
{
border-color: #386DBF;
}
.TagClassName
{
border-color: #386DBF;
}
</style>