Shades of Curious Blue #3887D1
Tints of Curious Blue #3887D1
RGB
CMYK
RGB Variations
Color information
#3887D1 (or 0x3887D1) is known color: Curious Blue. HEX triplet: 38, 87 and D1. RGB value is (56,135,209). Sum of RGB (Red+Green+Blue) = 56+135+209=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #3887D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3887D1 is #C7782E. Grayscale: #777777. Windows color (decimal): -13072431 or 13731640. OLE color: 13731640.
HSL color Cylindrical-coordinate representation of color #3887D1: hue angle of 209.02º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3887D1 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 135 | 209 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.18 |
| HSL | 209.02º | 0.62% | 0.52% | - |
| HSV(B) | 209.02º | 0.73% | 0.82% | - |
| XYZ | 21.8 | 22.77 | 63.57 | - |
| YUV | 119.82 | 178.33 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 209 | 0.73 | 0.35 | 0 | 0.18 | 209.02 | 0.62 | 0.52 |
| Hex | 38 | 87 | D1 | 49 | 23 | 0 | 12 | D1 | 3E | 34 |
| Octal | 70 | 207 | 321 | 111 | 43 | 0 | 22 | 321 | 76 | 64 |
| Binary | 111000 | 10000111 | 11010001 | 1001001 | 100011 | 0 | 10010 | 11010001 | 111110 | 110100 |
Color Harmonies of #3887D1
Complementary color
Monochromatic Colors of #3887D1
Black with #3887D1
Text Example
Text Example
White with #3887D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3887D1; }
p { color: rgb(56,135,209); }
H1.HeaderClassName
{
color: #3887D1;
}
.AnyTagClassName
{
color: #3887D1;
}
</style>
background-color css
<style>
a { background-color: #3887D1; }
a { background-color: rgb(56,135,209); }
div.DivClassName
{
background-color: #3887D1;
}
.BgClassName
{
background-color: #3887D1;
}
</style>
border-color css
<style>
span { border-color: #3887D1; }
span { border-color: rgb(56,135,209); }
td.TdClassName
{
border-color: #3887D1;
}
.TagClassName
{
border-color: #3887D1;
}
</style>