Shades of Curious Blue #3C8ECA
Tints of Curious Blue #3C8ECA
RGB
CMYK
RGB Variations
Color information
#3C8ECA (or 0x3C8ECA) is known color: Curious Blue. HEX triplet: 3C, 8E and CA. RGB value is (60,142,202). Sum of RGB (Red+Green+Blue) = 60+142+202=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C8ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8ECA is #C37135. Grayscale: #7C7C7C. Windows color (decimal): -12808502 or 13274684. OLE color: 13274684.
HSL color Cylindrical-coordinate representation of color #3C8ECA: hue angle of 205.35º 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 #3C8ECA is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 142 | 202 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.21 |
| HSL | 205.35º | 0.57% | 0.51% | - |
| HSV(B) | 205.35º | 0.7% | 0.79% | - |
| XYZ | 22.2 | 24.57 | 59.45 | - |
| YUV | 124.32 | 171.83 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 142 | 202 | 0.70 | 0.30 | 0 | 0.21 | 205.35 | 0.57 | 0.51 |
| Hex | 3C | 8E | CA | 46 | 1E | 0 | 15 | CD | 39 | 33 |
| Octal | 74 | 216 | 312 | 106 | 36 | 0 | 25 | 315 | 71 | 63 |
| Binary | 111100 | 10001110 | 11001010 | 1000110 | 11110 | 0 | 10101 | 11001101 | 111001 | 110011 |
Color Harmonies of #3C8ECA
Complementary color
Monochromatic Colors of #3C8ECA
Black with #3C8ECA
Text Example
Text Example
White with #3C8ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8ECA; }
p { color: rgb(60,142,202); }
H1.HeaderClassName
{
color: #3C8ECA;
}
.AnyTagClassName
{
color: #3C8ECA;
}
</style>
background-color css
<style>
a { background-color: #3C8ECA; }
a { background-color: rgb(60,142,202); }
div.DivClassName
{
background-color: #3C8ECA;
}
.BgClassName
{
background-color: #3C8ECA;
}
</style>
border-color css
<style>
span { border-color: #3C8ECA; }
span { border-color: rgb(60,142,202); }
td.TdClassName
{
border-color: #3C8ECA;
}
.TagClassName
{
border-color: #3C8ECA;
}
</style>