Shades of Curious Blue #3C8AC4
Tints of Curious Blue #3C8AC4
RGB
CMYK
RGB Variations
Color information
#3C8AC4 (or 0x3C8AC4) is known color: Curious Blue. HEX triplet: 3C, 8A and C4. RGB value is (60,138,196). Sum of RGB (Red+Green+Blue) = 60+138+196=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #3C8AC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8AC4 is #C3753B. Grayscale: #787878. Windows color (decimal): -12809532 or 12880444. OLE color: 12880444.
HSL color Cylindrical-coordinate representation of color #3C8AC4: hue angle of 205.59º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C8AC4 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 138 | 196 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.23 |
| HSL | 205.59º | 0.54% | 0.5% | - |
| HSV(B) | 205.59º | 0.69% | 0.77% | - |
| XYZ | 20.92 | 23.12 | 55.59 | - |
| YUV | 121.29 | 170.16 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 196 | 0.69 | 0.30 | 0 | 0.23 | 205.59 | 0.54 | 0.5 |
| Hex | 3C | 8A | C4 | 45 | 1E | 0 | 17 | CE | 36 | 32 |
| Octal | 74 | 212 | 304 | 105 | 36 | 0 | 27 | 316 | 66 | 62 |
| Binary | 111100 | 10001010 | 11000100 | 1000101 | 11110 | 0 | 10111 | 11001110 | 110110 | 110010 |
Color Harmonies of #3C8AC4
Complementary color
Monochromatic Colors of #3C8AC4
Black with #3C8AC4
Text Example
Text Example
White with #3C8AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8AC4; }
p { color: rgb(60,138,196); }
H1.HeaderClassName
{
color: #3C8AC4;
}
.AnyTagClassName
{
color: #3C8AC4;
}
</style>
background-color css
<style>
a { background-color: #3C8AC4; }
a { background-color: rgb(60,138,196); }
div.DivClassName
{
background-color: #3C8AC4;
}
.BgClassName
{
background-color: #3C8AC4;
}
</style>
border-color css
<style>
span { border-color: #3C8AC4; }
span { border-color: rgb(60,138,196); }
td.TdClassName
{
border-color: #3C8AC4;
}
.TagClassName
{
border-color: #3C8AC4;
}
</style>