Shades of Curious Blue #386FBB
Tints of Curious Blue #386FBB
RGB
CMYK
RGB Variations
Color information
#386FBB (or 0x386FBB) is known color: Curious Blue. HEX triplet: 38, 6F and BB. RGB value is (56,111,187). Sum of RGB (Red+Green+Blue) = 56+111+187=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #386FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FBB is #C79044. Grayscale: #666666. Windows color (decimal): -13078597 or 12283704. OLE color: 12283704.
HSL color Cylindrical-coordinate representation of color #386FBB: hue angle of 214.81º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386FBB is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 111 | 187 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.27 |
| HSL | 214.81º | 0.54% | 0.48% | - |
| HSV(B) | 214.81º | 0.7% | 0.73% | - |
| XYZ | 16.28 | 15.8 | 49.2 | - |
| YUV | 103.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 187 | 0.70 | 0.41 | 0 | 0.27 | 214.81 | 0.54 | 0.48 |
| Hex | 38 | 6F | BB | 46 | 29 | 0 | 1B | D7 | 36 | 30 |
| Octal | 70 | 157 | 273 | 106 | 51 | 0 | 33 | 327 | 66 | 60 |
| Binary | 111000 | 1101111 | 10111011 | 1000110 | 101001 | 0 | 11011 | 11010111 | 110110 | 110000 |
Color Harmonies of #386FBB
Complementary color
Monochromatic Colors of #386FBB
Black with #386FBB
Text Example
Text Example
White with #386FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FBB; }
p { color: rgb(56,111,187); }
H1.HeaderClassName
{
color: #386FBB;
}
.AnyTagClassName
{
color: #386FBB;
}
</style>
background-color css
<style>
a { background-color: #386FBB; }
a { background-color: rgb(56,111,187); }
div.DivClassName
{
background-color: #386FBB;
}
.BgClassName
{
background-color: #386FBB;
}
</style>
border-color css
<style>
span { border-color: #386FBB; }
span { border-color: rgb(56,111,187); }
td.TdClassName
{
border-color: #386FBB;
}
.TagClassName
{
border-color: #386FBB;
}
</style>