Shades of Curious Blue #3C80BE
Tints of Curious Blue #3C80BE
RGB
CMYK
RGB Variations
Color information
#3C80BE (or 0x3C80BE) is known color: Curious Blue. HEX triplet: 3C, 80 and BE. RGB value is (60,128,190). Sum of RGB (Red+Green+Blue) = 60+128+190=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C80BE is #C37F41. Grayscale: #727272. Windows color (decimal): -12812098 or 12484668. OLE color: 12484668.
HSL color Cylindrical-coordinate representation of color #3C80BE: hue angle of 208.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C80BE is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 128 | 190 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.25 |
| HSL | 208.62º | 0.52% | 0.49% | - |
| HSV(B) | 208.62º | 0.68% | 0.75% | - |
| XYZ | 18.88 | 20.12 | 51.6 | - |
| YUV | 114.74 | 170.47 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 190 | 0.68 | 0.33 | 0 | 0.25 | 208.62 | 0.52 | 0.49 |
| Hex | 3C | 80 | BE | 44 | 21 | 0 | 19 | D1 | 34 | 31 |
| Octal | 74 | 200 | 276 | 104 | 41 | 0 | 31 | 321 | 64 | 61 |
| Binary | 111100 | 10000000 | 10111110 | 1000100 | 100001 | 0 | 11001 | 11010001 | 110100 | 110001 |
Color Harmonies of #3C80BE
Complementary color
Monochromatic Colors of #3C80BE
Black with #3C80BE
Text Example
Text Example
White with #3C80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C80BE; }
p { color: rgb(60,128,190); }
H1.HeaderClassName
{
color: #3C80BE;
}
.AnyTagClassName
{
color: #3C80BE;
}
</style>
background-color css
<style>
a { background-color: #3C80BE; }
a { background-color: rgb(60,128,190); }
div.DivClassName
{
background-color: #3C80BE;
}
.BgClassName
{
background-color: #3C80BE;
}
</style>
border-color css
<style>
span { border-color: #3C80BE; }
span { border-color: rgb(60,128,190); }
td.TdClassName
{
border-color: #3C80BE;
}
.TagClassName
{
border-color: #3C80BE;
}
</style>