Shades of Curious Blue #3C8ECB
Tints of Curious Blue #3C8ECB
RGB
CMYK
RGB Variations
Color information
#3C8ECB (or 0x3C8ECB) is known color: Curious Blue. HEX triplet: 3C, 8E and CB. RGB value is (60,142,203). Sum of RGB (Red+Green+Blue) = 60+142+203=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C8ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8ECB is #C37134. Grayscale: #7C7C7C. Windows color (decimal): -12808501 or 13340220. OLE color: 13340220.
HSL color Cylindrical-coordinate representation of color #3C8ECB: hue angle of 205.59º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C8ECB is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 142 | 203 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.20 |
| HSL | 205.59º | 0.58% | 0.52% | - |
| HSV(B) | 205.59º | 0.7% | 0.8% | - |
| XYZ | 22.32 | 24.62 | 60.08 | - |
| YUV | 124.44 | 172.33 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 142 | 203 | 0.70 | 0.30 | 0 | 0.20 | 205.59 | 0.58 | 0.52 |
| Hex | 3C | 8E | CB | 46 | 1E | 0 | 14 | CE | 3A | 34 |
| Octal | 74 | 216 | 313 | 106 | 36 | 0 | 24 | 316 | 72 | 64 |
| Binary | 111100 | 10001110 | 11001011 | 1000110 | 11110 | 0 | 10100 | 11001110 | 111010 | 110100 |
Color Harmonies of #3C8ECB
Complementary color
Monochromatic Colors of #3C8ECB
Black with #3C8ECB
Text Example
Text Example
White with #3C8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8ECB; }
p { color: rgb(60,142,203); }
H1.HeaderClassName
{
color: #3C8ECB;
}
.AnyTagClassName
{
color: #3C8ECB;
}
</style>
background-color css
<style>
a { background-color: #3C8ECB; }
a { background-color: rgb(60,142,203); }
div.DivClassName
{
background-color: #3C8ECB;
}
.BgClassName
{
background-color: #3C8ECB;
}
</style>
border-color css
<style>
span { border-color: #3C8ECB; }
span { border-color: rgb(60,142,203); }
td.TdClassName
{
border-color: #3C8ECB;
}
.TagClassName
{
border-color: #3C8ECB;
}
</style>