Shades of Curious Blue #3886D0
Tints of Curious Blue #3886D0
RGB
CMYK
RGB Variations
Color information
#3886D0 (or 0x3886D0) is known color: Curious Blue. HEX triplet: 38, 86 and D0. RGB value is (56,134,208). Sum of RGB (Red+Green+Blue) = 56+134+208=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #3886D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3886D0 is #C7792F. Grayscale: #767676. Windows color (decimal): -13072688 or 13665848. OLE color: 13665848.
HSL color Cylindrical-coordinate representation of color #3886D0: hue angle of 209.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3886D0 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 134 | 208 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.18 |
| HSL | 209.21º | 0.62% | 0.52% | - |
| HSV(B) | 209.21º | 0.73% | 0.82% | - |
| XYZ | 21.54 | 22.45 | 62.87 | - |
| YUV | 119.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 208 | 0.73 | 0.36 | 0 | 0.18 | 209.21 | 0.62 | 0.52 |
| Hex | 38 | 86 | D0 | 49 | 24 | 0 | 12 | D1 | 3E | 34 |
| Octal | 70 | 206 | 320 | 111 | 44 | 0 | 22 | 321 | 76 | 64 |
| Binary | 111000 | 10000110 | 11010000 | 1001001 | 100100 | 0 | 10010 | 11010001 | 111110 | 110100 |
Color Harmonies of #3886D0
Complementary color
Monochromatic Colors of #3886D0
Black with #3886D0
Text Example
Text Example
White with #3886D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3886D0; }
p { color: rgb(56,134,208); }
H1.HeaderClassName
{
color: #3886D0;
}
.AnyTagClassName
{
color: #3886D0;
}
</style>
background-color css
<style>
a { background-color: #3886D0; }
a { background-color: rgb(56,134,208); }
div.DivClassName
{
background-color: #3886D0;
}
.BgClassName
{
background-color: #3886D0;
}
</style>
border-color css
<style>
span { border-color: #3886D0; }
span { border-color: rgb(56,134,208); }
td.TdClassName
{
border-color: #3886D0;
}
.TagClassName
{
border-color: #3886D0;
}
</style>