Shades of Curious Blue #3987DB
Tints of Curious Blue #3987DB
RGB
CMYK
RGB Variations
Color information
#3987DB (or 0x3987DB) is known color: Curious Blue. HEX triplet: 39, 87 and DB. RGB value is (57,135,219). Sum of RGB (Red+Green+Blue) = 57+135+219=411 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.87% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #3987DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3987DB is #C67824. Grayscale: #787878. Windows color (decimal): -13006885 or 14387001. OLE color: 14387001.
HSL color Cylindrical-coordinate representation of color #3987DB: hue angle of 211.11º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3987DB is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 135 | 219 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.14 |
| HSL | 211.11º | 0.69% | 0.54% | - |
| HSV(B) | 211.11º | 0.74% | 0.86% | - |
| XYZ | 23.14 | 23.31 | 70.3 | - |
| YUV | 121.25 | 183.16 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 135 | 219 | 0.74 | 0.38 | 0 | 0.14 | 211.11 | 0.69 | 0.54 |
| Hex | 39 | 87 | DB | 4A | 26 | 0 | E | D3 | 45 | 36 |
| Octal | 71 | 207 | 333 | 112 | 46 | 0 | 16 | 323 | 105 | 66 |
| Binary | 111001 | 10000111 | 11011011 | 1001010 | 100110 | 0 | 1110 | 11010011 | 1000101 | 110110 |
Color Harmonies of #3987DB
Complementary color
Monochromatic Colors of #3987DB
Black with #3987DB
Text Example
Text Example
White with #3987DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3987DB; }
p { color: rgb(57,135,219); }
H1.HeaderClassName
{
color: #3987DB;
}
.AnyTagClassName
{
color: #3987DB;
}
</style>
background-color css
<style>
a { background-color: #3987DB; }
a { background-color: rgb(57,135,219); }
div.DivClassName
{
background-color: #3987DB;
}
.BgClassName
{
background-color: #3987DB;
}
</style>
border-color css
<style>
span { border-color: #3987DB; }
span { border-color: rgb(57,135,219); }
td.TdClassName
{
border-color: #3987DB;
}
.TagClassName
{
border-color: #3987DB;
}
</style>