Shades of Curious Blue #3E87CA
Tints of Curious Blue #3E87CA
RGB
CMYK
RGB Variations
Color information
#3E87CA (or 0x3E87CA) is known color: Curious Blue. HEX triplet: 3E, 87 and CA. RGB value is (62,135,202). Sum of RGB (Red+Green+Blue) = 62+135+202=399 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.54% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E87CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E87CA is #C17835. Grayscale: #787878. Windows color (decimal): -12679222 or 13272894. OLE color: 13272894.
HSL color Cylindrical-coordinate representation of color #3E87CA: hue angle of 208.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E87CA is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 135 | 202 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.21 |
| HSL | 208.71º | 0.57% | 0.52% | - |
| HSV(B) | 208.71º | 0.69% | 0.79% | - |
| XYZ | 21.31 | 22.62 | 59.12 | - |
| YUV | 120.81 | 173.82 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 202 | 0.69 | 0.33 | 0 | 0.21 | 208.71 | 0.57 | 0.52 |
| Hex | 3E | 87 | CA | 45 | 21 | 0 | 15 | D1 | 39 | 34 |
| Octal | 76 | 207 | 312 | 105 | 41 | 0 | 25 | 321 | 71 | 64 |
| Binary | 111110 | 10000111 | 11001010 | 1000101 | 100001 | 0 | 10101 | 11010001 | 111001 | 110100 |
Color Harmonies of #3E87CA
Complementary color
Monochromatic Colors of #3E87CA
Black with #3E87CA
Text Example
Text Example
White with #3E87CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E87CA; }
p { color: rgb(62,135,202); }
H1.HeaderClassName
{
color: #3E87CA;
}
.AnyTagClassName
{
color: #3E87CA;
}
</style>
background-color css
<style>
a { background-color: #3E87CA; }
a { background-color: rgb(62,135,202); }
div.DivClassName
{
background-color: #3E87CA;
}
.BgClassName
{
background-color: #3E87CA;
}
</style>
border-color css
<style>
span { border-color: #3E87CA; }
span { border-color: rgb(62,135,202); }
td.TdClassName
{
border-color: #3E87CA;
}
.TagClassName
{
border-color: #3E87CA;
}
</style>