Shades of Curious Blue #386DBE
Tints of Curious Blue #386DBE
RGB
CMYK
RGB Variations
Color information
#386DBE (or 0x386DBE) is known color: Curious Blue. HEX triplet: 38, 6D and BE. RGB value is (56,109,190). Sum of RGB (Red+Green+Blue) = 56+109+190=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #386DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DBE is #C79241. Grayscale: #666666. Windows color (decimal): -13079106 or 12479800. OLE color: 12479800.
HSL color Cylindrical-coordinate representation of color #386DBE: hue angle of 216.27º degrees, saturation: 0.54, 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 #386DBE is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 109 | 190 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.25 |
| HSL | 216.27º | 0.54% | 0.48% | - |
| HSV(B) | 216.27º | 0.71% | 0.75% | - |
| XYZ | 16.39 | 15.5 | 50.84 | - |
| YUV | 102.39 | 177.44 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 190 | 0.71 | 0.43 | 0 | 0.25 | 216.27 | 0.54 | 0.48 |
| Hex | 38 | 6D | BE | 47 | 2B | 0 | 19 | D8 | 36 | 30 |
| Octal | 70 | 155 | 276 | 107 | 53 | 0 | 31 | 330 | 66 | 60 |
| Binary | 111000 | 1101101 | 10111110 | 1000111 | 101011 | 0 | 11001 | 11011000 | 110110 | 110000 |
Color Harmonies of #386DBE
Complementary color
Monochromatic Colors of #386DBE
Black with #386DBE
Text Example
Text Example
White with #386DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DBE; }
p { color: rgb(56,109,190); }
H1.HeaderClassName
{
color: #386DBE;
}
.AnyTagClassName
{
color: #386DBE;
}
</style>
background-color css
<style>
a { background-color: #386DBE; }
a { background-color: rgb(56,109,190); }
div.DivClassName
{
background-color: #386DBE;
}
.BgClassName
{
background-color: #386DBE;
}
</style>
border-color css
<style>
span { border-color: #386DBE; }
span { border-color: rgb(56,109,190); }
td.TdClassName
{
border-color: #386DBE;
}
.TagClassName
{
border-color: #386DBE;
}
</style>