Shades of Curious Blue #3C88BC
Tints of Curious Blue #3C88BC
RGB
CMYK
RGB Variations
Color information
#3C88BC (or 0x3C88BC) is known color: Curious Blue. HEX triplet: 3C, 88 and BC. RGB value is (60,136,188). Sum of RGB (Red+Green+Blue) = 60+136+188=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C88BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C88BC is #C37743. Grayscale: #767676. Windows color (decimal): -12810052 or 12355644. OLE color: 12355644.
HSL color Cylindrical-coordinate representation of color #3C88BC: hue angle of 204.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C88BC is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 136 | 188 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.26 |
| HSL | 204.38º | 0.52% | 0.49% | - |
| HSV(B) | 204.38º | 0.68% | 0.74% | - |
| XYZ | 19.74 | 22.2 | 50.82 | - |
| YUV | 119.2 | 166.82 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 188 | 0.68 | 0.28 | 0 | 0.26 | 204.38 | 0.52 | 0.49 |
| Hex | 3C | 88 | BC | 44 | 1C | 0 | 1A | CC | 34 | 31 |
| Octal | 74 | 210 | 274 | 104 | 34 | 0 | 32 | 314 | 64 | 61 |
| Binary | 111100 | 10001000 | 10111100 | 1000100 | 11100 | 0 | 11010 | 11001100 | 110100 | 110001 |
Color Harmonies of #3C88BC
Complementary color
Monochromatic Colors of #3C88BC
Black with #3C88BC
Text Example
Text Example
White with #3C88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C88BC; }
p { color: rgb(60,136,188); }
H1.HeaderClassName
{
color: #3C88BC;
}
.AnyTagClassName
{
color: #3C88BC;
}
</style>
background-color css
<style>
a { background-color: #3C88BC; }
a { background-color: rgb(60,136,188); }
div.DivClassName
{
background-color: #3C88BC;
}
.BgClassName
{
background-color: #3C88BC;
}
</style>
border-color css
<style>
span { border-color: #3C88BC; }
span { border-color: rgb(60,136,188); }
td.TdClassName
{
border-color: #3C88BC;
}
.TagClassName
{
border-color: #3C88BC;
}
</style>