Shades of Curious Blue #3886CB
Tints of Curious Blue #3886CB
RGB
CMYK
RGB Variations
Color information
#3886CB (or 0x3886CB) is known color: Curious Blue. HEX triplet: 38, 86 and CB. RGB value is (56,134,203). Sum of RGB (Red+Green+Blue) = 56+134+203=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #3886CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3886CB is #C77934. Grayscale: #767676. Windows color (decimal): -13072693 or 13338168. OLE color: 13338168.
HSL color Cylindrical-coordinate representation of color #3886CB: hue angle of 208.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3886CB is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 134 | 203 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.20 |
| HSL | 208.16º | 0.59% | 0.51% | - |
| HSV(B) | 208.16º | 0.72% | 0.8% | - |
| XYZ | 20.94 | 22.2 | 59.68 | - |
| YUV | 118.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 203 | 0.72 | 0.34 | 0 | 0.20 | 208.16 | 0.59 | 0.51 |
| Hex | 38 | 86 | CB | 48 | 22 | 0 | 14 | D0 | 3B | 33 |
| Octal | 70 | 206 | 313 | 110 | 42 | 0 | 24 | 320 | 73 | 63 |
| Binary | 111000 | 10000110 | 11001011 | 1001000 | 100010 | 0 | 10100 | 11010000 | 111011 | 110011 |
Color Harmonies of #3886CB
Complementary color
Monochromatic Colors of #3886CB
Black with #3886CB
Text Example
Text Example
White with #3886CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3886CB; }
p { color: rgb(56,134,203); }
H1.HeaderClassName
{
color: #3886CB;
}
.AnyTagClassName
{
color: #3886CB;
}
</style>
background-color css
<style>
a { background-color: #3886CB; }
a { background-color: rgb(56,134,203); }
div.DivClassName
{
background-color: #3886CB;
}
.BgClassName
{
background-color: #3886CB;
}
</style>
border-color css
<style>
span { border-color: #3886CB; }
span { border-color: rgb(56,134,203); }
td.TdClassName
{
border-color: #3886CB;
}
.TagClassName
{
border-color: #3886CB;
}
</style>