Shades of Curious Blue #3C86CA
Tints of Curious Blue #3C86CA
RGB
CMYK
RGB Variations
Color information
#3C86CA (or 0x3C86CA) is known color: Curious Blue. HEX triplet: 3C, 86 and CA. RGB value is (60,134,202). Sum of RGB (Red+Green+Blue) = 60+134+202=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C86CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C86CA is #C37935. Grayscale: #777777. Windows color (decimal): -12810550 or 13272636. OLE color: 13272636.
HSL color Cylindrical-coordinate representation of color #3C86CA: hue angle of 208.73º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C86CA is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 134 | 202 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.21 |
| HSL | 208.73º | 0.57% | 0.51% | - |
| HSV(B) | 208.73º | 0.7% | 0.79% | - |
| XYZ | 21.05 | 22.28 | 59.07 | - |
| YUV | 119.63 | 174.48 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 202 | 0.70 | 0.34 | 0 | 0.21 | 208.73 | 0.57 | 0.51 |
| Hex | 3C | 86 | CA | 46 | 22 | 0 | 15 | D1 | 39 | 33 |
| Octal | 74 | 206 | 312 | 106 | 42 | 0 | 25 | 321 | 71 | 63 |
| Binary | 111100 | 10000110 | 11001010 | 1000110 | 100010 | 0 | 10101 | 11010001 | 111001 | 110011 |
Color Harmonies of #3C86CA
Complementary color
Monochromatic Colors of #3C86CA
Black with #3C86CA
Text Example
Text Example
White with #3C86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C86CA; }
p { color: rgb(60,134,202); }
H1.HeaderClassName
{
color: #3C86CA;
}
.AnyTagClassName
{
color: #3C86CA;
}
</style>
background-color css
<style>
a { background-color: #3C86CA; }
a { background-color: rgb(60,134,202); }
div.DivClassName
{
background-color: #3C86CA;
}
.BgClassName
{
background-color: #3C86CA;
}
</style>
border-color css
<style>
span { border-color: #3C86CA; }
span { border-color: rgb(60,134,202); }
td.TdClassName
{
border-color: #3C86CA;
}
.TagClassName
{
border-color: #3C86CA;
}
</style>