Shades of Curious Blue #3C8ACA
Tints of Curious Blue #3C8ACA
RGB
CMYK
RGB Variations
Color information
#3C8ACA (or 0x3C8ACA) is known color: Curious Blue. HEX triplet: 3C, 8A and CA. RGB value is (60,138,202). Sum of RGB (Red+Green+Blue) = 60+138+202=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C8ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8ACA is #C37535. Grayscale: #797979. Windows color (decimal): -12809526 or 13273660. OLE color: 13273660.
HSL color Cylindrical-coordinate representation of color #3C8ACA: hue angle of 207.04º 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 #3C8ACA is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 138 | 202 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.21 |
| HSL | 207.04º | 0.57% | 0.51% | - |
| HSV(B) | 207.04º | 0.7% | 0.79% | - |
| XYZ | 21.61 | 23.4 | 59.26 | - |
| YUV | 121.97 | 173.16 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 202 | 0.70 | 0.32 | 0 | 0.21 | 207.04 | 0.57 | 0.51 |
| Hex | 3C | 8A | CA | 46 | 20 | 0 | 15 | CF | 39 | 33 |
| Octal | 74 | 212 | 312 | 106 | 40 | 0 | 25 | 317 | 71 | 63 |
| Binary | 111100 | 10001010 | 11001010 | 1000110 | 100000 | 0 | 10101 | 11001111 | 111001 | 110011 |
Color Harmonies of #3C8ACA
Complementary color
Monochromatic Colors of #3C8ACA
Black with #3C8ACA
Text Example
Text Example
White with #3C8ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8ACA; }
p { color: rgb(60,138,202); }
H1.HeaderClassName
{
color: #3C8ACA;
}
.AnyTagClassName
{
color: #3C8ACA;
}
</style>
background-color css
<style>
a { background-color: #3C8ACA; }
a { background-color: rgb(60,138,202); }
div.DivClassName
{
background-color: #3C8ACA;
}
.BgClassName
{
background-color: #3C8ACA;
}
</style>
border-color css
<style>
span { border-color: #3C8ACA; }
span { border-color: rgb(60,138,202); }
td.TdClassName
{
border-color: #3C8ACA;
}
.TagClassName
{
border-color: #3C8ACA;
}
</style>