Shades of Curious Blue #3888BC
Tints of Curious Blue #3888BC
RGB
CMYK
RGB Variations
Color information
#3888BC (or 0x3888BC) is known color: Curious Blue. HEX triplet: 38, 88 and BC. RGB value is (56,136,188). Sum of RGB (Red+Green+Blue) = 56+136+188=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #3888BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3888BC is #C77743. Grayscale: #757575. Windows color (decimal): -13072196 or 12355640. OLE color: 12355640.
HSL color Cylindrical-coordinate representation of color #3888BC: hue angle of 203.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3888BC is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 136 | 188 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.26 |
| HSL | 203.64º | 0.54% | 0.48% | - |
| HSV(B) | 203.64º | 0.7% | 0.74% | - |
| XYZ | 19.51 | 22.08 | 50.81 | - |
| YUV | 118.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 188 | 0.70 | 0.28 | 0 | 0.26 | 203.64 | 0.54 | 0.48 |
| Hex | 38 | 88 | BC | 46 | 1C | 0 | 1A | CC | 36 | 30 |
| Octal | 70 | 210 | 274 | 106 | 34 | 0 | 32 | 314 | 66 | 60 |
| Binary | 111000 | 10001000 | 10111100 | 1000110 | 11100 | 0 | 11010 | 11001100 | 110110 | 110000 |
Color Harmonies of #3888BC
Complementary color
Monochromatic Colors of #3888BC
Black with #3888BC
Text Example
Text Example
White with #3888BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3888BC; }
p { color: rgb(56,136,188); }
H1.HeaderClassName
{
color: #3888BC;
}
.AnyTagClassName
{
color: #3888BC;
}
</style>
background-color css
<style>
a { background-color: #3888BC; }
a { background-color: rgb(56,136,188); }
div.DivClassName
{
background-color: #3888BC;
}
.BgClassName
{
background-color: #3888BC;
}
</style>
border-color css
<style>
span { border-color: #3888BC; }
span { border-color: rgb(56,136,188); }
td.TdClassName
{
border-color: #3888BC;
}
.TagClassName
{
border-color: #3888BC;
}
</style>