Shades of Curious Blue #3C85CA
Tints of Curious Blue #3C85CA
RGB
CMYK
RGB Variations
Color information
#3C85CA (or 0x3C85CA) is known color: Curious Blue. HEX triplet: 3C, 85 and CA. RGB value is (60,133,202). Sum of RGB (Red+Green+Blue) = 60+133+202=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C85CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C85CA is #C37A35. Grayscale: #767676. Windows color (decimal): -12810806 or 13272380. OLE color: 13272380.
HSL color Cylindrical-coordinate representation of color #3C85CA: hue angle of 209.15º 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 #3C85CA is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 133 | 202 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.21 |
| HSL | 209.15º | 0.57% | 0.51% | - |
| HSV(B) | 209.15º | 0.7% | 0.79% | - |
| XYZ | 20.91 | 22 | 59.02 | - |
| YUV | 119.04 | 174.82 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 133 | 202 | 0.70 | 0.34 | 0 | 0.21 | 209.15 | 0.57 | 0.51 |
| Hex | 3C | 85 | CA | 46 | 22 | 0 | 15 | D1 | 39 | 33 |
| Octal | 74 | 205 | 312 | 106 | 42 | 0 | 25 | 321 | 71 | 63 |
| Binary | 111100 | 10000101 | 11001010 | 1000110 | 100010 | 0 | 10101 | 11010001 | 111001 | 110011 |
Color Harmonies of #3C85CA
Complementary color
Monochromatic Colors of #3C85CA
Black with #3C85CA
Text Example
Text Example
White with #3C85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C85CA; }
p { color: rgb(60,133,202); }
H1.HeaderClassName
{
color: #3C85CA;
}
.AnyTagClassName
{
color: #3C85CA;
}
</style>
background-color css
<style>
a { background-color: #3C85CA; }
a { background-color: rgb(60,133,202); }
div.DivClassName
{
background-color: #3C85CA;
}
.BgClassName
{
background-color: #3C85CA;
}
</style>
border-color css
<style>
span { border-color: #3C85CA; }
span { border-color: rgb(60,133,202); }
td.TdClassName
{
border-color: #3C85CA;
}
.TagClassName
{
border-color: #3C85CA;
}
</style>