Shades of Curious Blue #3881BF
Tints of Curious Blue #3881BF
RGB
CMYK
RGB Variations
Color information
#3881BF (or 0x3881BF) is known color: Curious Blue. HEX triplet: 38, 81 and BF. RGB value is (56,129,191). Sum of RGB (Red+Green+Blue) = 56+129+191=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #3881BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3881BF is #C77E40. Grayscale: #717171. Windows color (decimal): -13073985 or 12550456. OLE color: 12550456.
HSL color Cylindrical-coordinate representation of color #3881BF: hue angle of 207.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3881BF is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 129 | 191 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.25 |
| HSL | 207.56º | 0.55% | 0.48% | - |
| HSV(B) | 207.56º | 0.71% | 0.75% | - |
| XYZ | 18.89 | 20.3 | 52.21 | - |
| YUV | 114.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 191 | 0.71 | 0.32 | 0 | 0.25 | 207.56 | 0.55 | 0.48 |
| Hex | 38 | 81 | BF | 47 | 20 | 0 | 19 | D0 | 37 | 30 |
| Octal | 70 | 201 | 277 | 107 | 40 | 0 | 31 | 320 | 67 | 60 |
| Binary | 111000 | 10000001 | 10111111 | 1000111 | 100000 | 0 | 11001 | 11010000 | 110111 | 110000 |
Color Harmonies of #3881BF
Complementary color
Monochromatic Colors of #3881BF
Black with #3881BF
Text Example
Text Example
White with #3881BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3881BF; }
p { color: rgb(56,129,191); }
H1.HeaderClassName
{
color: #3881BF;
}
.AnyTagClassName
{
color: #3881BF;
}
</style>
background-color css
<style>
a { background-color: #3881BF; }
a { background-color: rgb(56,129,191); }
div.DivClassName
{
background-color: #3881BF;
}
.BgClassName
{
background-color: #3881BF;
}
</style>
border-color css
<style>
span { border-color: #3881BF; }
span { border-color: rgb(56,129,191); }
td.TdClassName
{
border-color: #3881BF;
}
.TagClassName
{
border-color: #3881BF;
}
</style>