Shades of Curious Blue #3987CA
Tints of Curious Blue #3987CA
RGB
CMYK
RGB Variations
Color information
#3987CA (or 0x3987CA) is known color: Curious Blue. HEX triplet: 39, 87 and CA. RGB value is (57,135,202). Sum of RGB (Red+Green+Blue) = 57+135+202=394 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.47% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #3987CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3987CA is #C67835. Grayscale: #767676. Windows color (decimal): -13006902 or 13272889. OLE color: 13272889.
HSL color Cylindrical-coordinate representation of color #3987CA: hue angle of 207.72º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3987CA is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 135 | 202 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.21 |
| HSL | 207.72º | 0.58% | 0.51% | - |
| HSV(B) | 207.72º | 0.72% | 0.79% | - |
| XYZ | 21.01 | 22.46 | 59.11 | - |
| YUV | 119.32 | 174.66 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 135 | 202 | 0.72 | 0.33 | 0 | 0.21 | 207.72 | 0.58 | 0.51 |
| Hex | 39 | 87 | CA | 48 | 21 | 0 | 15 | D0 | 3A | 33 |
| Octal | 71 | 207 | 312 | 110 | 41 | 0 | 25 | 320 | 72 | 63 |
| Binary | 111001 | 10000111 | 11001010 | 1001000 | 100001 | 0 | 10101 | 11010000 | 111010 | 110011 |
Color Harmonies of #3987CA
Complementary color
Monochromatic Colors of #3987CA
Black with #3987CA
Text Example
Text Example
White with #3987CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3987CA; }
p { color: rgb(57,135,202); }
H1.HeaderClassName
{
color: #3987CA;
}
.AnyTagClassName
{
color: #3987CA;
}
</style>
background-color css
<style>
a { background-color: #3987CA; }
a { background-color: rgb(57,135,202); }
div.DivClassName
{
background-color: #3987CA;
}
.BgClassName
{
background-color: #3987CA;
}
</style>
border-color css
<style>
span { border-color: #3987CA; }
span { border-color: rgb(57,135,202); }
td.TdClassName
{
border-color: #3987CA;
}
.TagClassName
{
border-color: #3987CA;
}
</style>