Shades of Curious Blue #3888BA
Tints of Curious Blue #3888BA
RGB
CMYK
RGB Variations
Color information
#3888BA (or 0x3888BA) is known color: Curious Blue. HEX triplet: 38, 88 and BA. RGB value is (56,136,186). Sum of RGB (Red+Green+Blue) = 56+136+186=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #3888BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3888BA is #C77745. Grayscale: #757575. Windows color (decimal): -13072198 or 12224568. OLE color: 12224568.
HSL color Cylindrical-coordinate representation of color #3888BA: hue angle of 203.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3888BA is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 136 | 186 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.27 |
| HSL | 203.08º | 0.54% | 0.47% | - |
| HSV(B) | 203.08º | 0.7% | 0.73% | - |
| XYZ | 19.3 | 21.99 | 49.68 | - |
| YUV | 117.78 | 166.5 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 186 | 0.70 | 0.27 | 0 | 0.27 | 203.08 | 0.54 | 0.47 |
| Hex | 38 | 88 | BA | 46 | 1B | 0 | 1B | CB | 36 | 2F |
| Octal | 70 | 210 | 272 | 106 | 33 | 0 | 33 | 313 | 66 | 57 |
| Binary | 111000 | 10001000 | 10111010 | 1000110 | 11011 | 0 | 11011 | 11001011 | 110110 | 101111 |
Color Harmonies of #3888BA
Complementary color
Monochromatic Colors of #3888BA
Black with #3888BA
Text Example
Text Example
White with #3888BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3888BA; }
p { color: rgb(56,136,186); }
H1.HeaderClassName
{
color: #3888BA;
}
.AnyTagClassName
{
color: #3888BA;
}
</style>
background-color css
<style>
a { background-color: #3888BA; }
a { background-color: rgb(56,136,186); }
div.DivClassName
{
background-color: #3888BA;
}
.BgClassName
{
background-color: #3888BA;
}
</style>
border-color css
<style>
span { border-color: #3888BA; }
span { border-color: rgb(56,136,186); }
td.TdClassName
{
border-color: #3888BA;
}
.TagClassName
{
border-color: #3888BA;
}
</style>