Shades of Curious Blue #3887CE
Tints of Curious Blue #3887CE
RGB
CMYK
RGB Variations
Color information
#3887CE (or 0x3887CE) is known color: Curious Blue. HEX triplet: 38, 87 and CE. RGB value is (56,135,206). Sum of RGB (Red+Green+Blue) = 56+135+206=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #3887CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3887CE is #C77831. Grayscale: #777777. Windows color (decimal): -13072434 or 13535032. OLE color: 13535032.
HSL color Cylindrical-coordinate representation of color #3887CE: hue angle of 208.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3887CE is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 135 | 206 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.19 |
| HSL | 208.4º | 0.6% | 0.51% | - |
| HSV(B) | 208.4º | 0.73% | 0.81% | - |
| XYZ | 21.44 | 22.62 | 61.63 | - |
| YUV | 119.47 | 176.83 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 206 | 0.73 | 0.34 | 0 | 0.19 | 208.4 | 0.6 | 0.51 |
| Hex | 38 | 87 | CE | 49 | 22 | 0 | 13 | D0 | 3C | 33 |
| Octal | 70 | 207 | 316 | 111 | 42 | 0 | 23 | 320 | 74 | 63 |
| Binary | 111000 | 10000111 | 11001110 | 1001001 | 100010 | 0 | 10011 | 11010000 | 111100 | 110011 |
Color Harmonies of #3887CE
Complementary color
Monochromatic Colors of #3887CE
Black with #3887CE
Text Example
Text Example
White with #3887CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3887CE; }
p { color: rgb(56,135,206); }
H1.HeaderClassName
{
color: #3887CE;
}
.AnyTagClassName
{
color: #3887CE;
}
</style>
background-color css
<style>
a { background-color: #3887CE; }
a { background-color: rgb(56,135,206); }
div.DivClassName
{
background-color: #3887CE;
}
.BgClassName
{
background-color: #3887CE;
}
</style>
border-color css
<style>
span { border-color: #3887CE; }
span { border-color: rgb(56,135,206); }
td.TdClassName
{
border-color: #3887CE;
}
.TagClassName
{
border-color: #3887CE;
}
</style>