Shades of Curious Blue #3C80BF
Tints of Curious Blue #3C80BF
RGB
CMYK
RGB Variations
Color information
#3C80BF (or 0x3C80BF) is known color: Curious Blue. HEX triplet: 3C, 80 and BF. RGB value is (60,128,191). Sum of RGB (Red+Green+Blue) = 60+128+191=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C80BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C80BF is #C37F40. Grayscale: #727272. Windows color (decimal): -12812097 or 12550204. OLE color: 12550204.
HSL color Cylindrical-coordinate representation of color #3C80BF: hue angle of 208.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C80BF is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 128 | 191 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.25 |
| HSL | 208.86º | 0.52% | 0.49% | - |
| HSV(B) | 208.86º | 0.69% | 0.75% | - |
| XYZ | 18.99 | 20.16 | 52.18 | - |
| YUV | 114.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 191 | 0.69 | 0.33 | 0 | 0.25 | 208.86 | 0.52 | 0.49 |
| Hex | 3C | 80 | BF | 45 | 21 | 0 | 19 | D1 | 34 | 31 |
| Octal | 74 | 200 | 277 | 105 | 41 | 0 | 31 | 321 | 64 | 61 |
| Binary | 111100 | 10000000 | 10111111 | 1000101 | 100001 | 0 | 11001 | 11010001 | 110100 | 110001 |
Color Harmonies of #3C80BF
Complementary color
Monochromatic Colors of #3C80BF
Black with #3C80BF
Text Example
Text Example
White with #3C80BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C80BF; }
p { color: rgb(60,128,191); }
H1.HeaderClassName
{
color: #3C80BF;
}
.AnyTagClassName
{
color: #3C80BF;
}
</style>
background-color css
<style>
a { background-color: #3C80BF; }
a { background-color: rgb(60,128,191); }
div.DivClassName
{
background-color: #3C80BF;
}
.BgClassName
{
background-color: #3C80BF;
}
</style>
border-color css
<style>
span { border-color: #3C80BF; }
span { border-color: rgb(60,128,191); }
td.TdClassName
{
border-color: #3C80BF;
}
.TagClassName
{
border-color: #3C80BF;
}
</style>