Shades of Curious Blue #3C8DBB
Tints of Curious Blue #3C8DBB
RGB
CMYK
RGB Variations
Color information
#3C8DBB (or 0x3C8DBB) is known color: Curious Blue. HEX triplet: 3C, 8D and BB. RGB value is (60,141,187). Sum of RGB (Red+Green+Blue) = 60+141+187=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C8DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8DBB is #C37244. Grayscale: #797979. Windows color (decimal): -12808773 or 12291388. OLE color: 12291388.
HSL color Cylindrical-coordinate representation of color #3C8DBB: hue angle of 201.73º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C8DBB is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 141 | 187 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.27 |
| HSL | 201.73º | 0.51% | 0.48% | - |
| HSV(B) | 201.73º | 0.68% | 0.73% | - |
| XYZ | 20.36 | 23.6 | 50.5 | - |
| YUV | 122.03 | 164.66 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 187 | 0.68 | 0.25 | 0 | 0.27 | 201.73 | 0.51 | 0.48 |
| Hex | 3C | 8D | BB | 44 | 19 | 0 | 1B | CA | 33 | 30 |
| Octal | 74 | 215 | 273 | 104 | 31 | 0 | 33 | 312 | 63 | 60 |
| Binary | 111100 | 10001101 | 10111011 | 1000100 | 11001 | 0 | 11011 | 11001010 | 110011 | 110000 |
Color Harmonies of #3C8DBB
Complementary color
Monochromatic Colors of #3C8DBB
Black with #3C8DBB
Text Example
Text Example
White with #3C8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8DBB; }
p { color: rgb(60,141,187); }
H1.HeaderClassName
{
color: #3C8DBB;
}
.AnyTagClassName
{
color: #3C8DBB;
}
</style>
background-color css
<style>
a { background-color: #3C8DBB; }
a { background-color: rgb(60,141,187); }
div.DivClassName
{
background-color: #3C8DBB;
}
.BgClassName
{
background-color: #3C8DBB;
}
</style>
border-color css
<style>
span { border-color: #3C8DBB; }
span { border-color: rgb(60,141,187); }
td.TdClassName
{
border-color: #3C8DBB;
}
.TagClassName
{
border-color: #3C8DBB;
}
</style>