Shades of Curious Blue #3C8CCA
Tints of Curious Blue #3C8CCA
RGB
CMYK
RGB Variations
Color information
#3C8CCA (or 0x3C8CCA) is known color: Curious Blue. HEX triplet: 3C, 8C and CA. RGB value is (60,140,202). Sum of RGB (Red+Green+Blue) = 60+140+202=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C8CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8CCA is #C37335. Grayscale: #7A7A7A. Windows color (decimal): -12809014 or 13274172. OLE color: 13274172.
HSL color Cylindrical-coordinate representation of color #3C8CCA: hue angle of 206.2º 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 #3C8CCA is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 140 | 202 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.21 |
| HSL | 206.2º | 0.57% | 0.51% | - |
| HSV(B) | 206.2º | 0.7% | 0.79% | - |
| XYZ | 21.9 | 23.98 | 59.35 | - |
| YUV | 123.15 | 172.5 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 140 | 202 | 0.70 | 0.31 | 0 | 0.21 | 206.2 | 0.57 | 0.51 |
| Hex | 3C | 8C | CA | 46 | 1F | 0 | 15 | CE | 39 | 33 |
| Octal | 74 | 214 | 312 | 106 | 37 | 0 | 25 | 316 | 71 | 63 |
| Binary | 111100 | 10001100 | 11001010 | 1000110 | 11111 | 0 | 10101 | 11001110 | 111001 | 110011 |
Color Harmonies of #3C8CCA
Complementary color
Monochromatic Colors of #3C8CCA
Black with #3C8CCA
Text Example
Text Example
White with #3C8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8CCA; }
p { color: rgb(60,140,202); }
H1.HeaderClassName
{
color: #3C8CCA;
}
.AnyTagClassName
{
color: #3C8CCA;
}
</style>
background-color css
<style>
a { background-color: #3C8CCA; }
a { background-color: rgb(60,140,202); }
div.DivClassName
{
background-color: #3C8CCA;
}
.BgClassName
{
background-color: #3C8CCA;
}
</style>
border-color css
<style>
span { border-color: #3C8CCA; }
span { border-color: rgb(60,140,202); }
td.TdClassName
{
border-color: #3C8CCA;
}
.TagClassName
{
border-color: #3C8CCA;
}
</style>