Shades of Curious Blue #3884BC
Tints of Curious Blue #3884BC
RGB
CMYK
RGB Variations
Color information
#3884BC (or 0x3884BC) is known color: Curious Blue. HEX triplet: 38, 84 and BC. RGB value is (56,132,188). Sum of RGB (Red+Green+Blue) = 56+132+188=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #3884BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3884BC is #C77B43. Grayscale: #737373. Windows color (decimal): -13073220 or 12354616. OLE color: 12354616.
HSL color Cylindrical-coordinate representation of color #3884BC: hue angle of 205.45º 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 #3884BC is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 132 | 188 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.26 |
| HSL | 205.45º | 0.54% | 0.48% | - |
| HSV(B) | 205.45º | 0.7% | 0.74% | - |
| XYZ | 18.96 | 20.97 | 50.63 | - |
| YUV | 115.66 | 168.82 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 188 | 0.70 | 0.30 | 0 | 0.26 | 205.45 | 0.54 | 0.48 |
| Hex | 38 | 84 | BC | 46 | 1E | 0 | 1A | CD | 36 | 30 |
| Octal | 70 | 204 | 274 | 106 | 36 | 0 | 32 | 315 | 66 | 60 |
| Binary | 111000 | 10000100 | 10111100 | 1000110 | 11110 | 0 | 11010 | 11001101 | 110110 | 110000 |
Color Harmonies of #3884BC
Complementary color
Monochromatic Colors of #3884BC
Black with #3884BC
Text Example
Text Example
White with #3884BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3884BC; }
p { color: rgb(56,132,188); }
H1.HeaderClassName
{
color: #3884BC;
}
.AnyTagClassName
{
color: #3884BC;
}
</style>
background-color css
<style>
a { background-color: #3884BC; }
a { background-color: rgb(56,132,188); }
div.DivClassName
{
background-color: #3884BC;
}
.BgClassName
{
background-color: #3884BC;
}
</style>
border-color css
<style>
span { border-color: #3884BC; }
span { border-color: rgb(56,132,188); }
td.TdClassName
{
border-color: #3884BC;
}
.TagClassName
{
border-color: #3884BC;
}
</style>