Shades of Curious Blue #3080BC
Tints of Curious Blue #3080BC
RGB
CMYK
RGB Variations
Color information
#3080BC (or 0x3080BC) is known color: Curious Blue. HEX triplet: 30, 80 and BC. RGB value is (48,128,188). Sum of RGB (Red+Green+Blue) = 48+128+188=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #3080BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3080BC is #CF7F43. Grayscale: #6E6E6E. Windows color (decimal): -13598532 or 12353584. OLE color: 12353584.
HSL color Cylindrical-coordinate representation of color #3080BC: hue angle of 205.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3080BC is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 128 | 188 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.26 |
| HSL | 205.71º | 0.59% | 0.46% | - |
| HSV(B) | 205.71º | 0.74% | 0.74% | - |
| XYZ | 18.02 | 19.7 | 50.43 | - |
| YUV | 110.92 | 171.5 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 188 | 0.74 | 0.32 | 0 | 0.26 | 205.71 | 0.59 | 0.46 |
| Hex | 30 | 80 | BC | 4A | 20 | 0 | 1A | CE | 3B | 2E |
| Octal | 60 | 200 | 274 | 112 | 40 | 0 | 32 | 316 | 73 | 56 |
| Binary | 110000 | 10000000 | 10111100 | 1001010 | 100000 | 0 | 11010 | 11001110 | 111011 | 101110 |
Color Harmonies of #3080BC
Complementary color
Monochromatic Colors of #3080BC
Black with #3080BC
Text Example
Text Example
White with #3080BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3080BC; }
p { color: rgb(48,128,188); }
H1.HeaderClassName
{
color: #3080BC;
}
.AnyTagClassName
{
color: #3080BC;
}
</style>
background-color css
<style>
a { background-color: #3080BC; }
a { background-color: rgb(48,128,188); }
div.DivClassName
{
background-color: #3080BC;
}
.BgClassName
{
background-color: #3080BC;
}
</style>
border-color css
<style>
span { border-color: #3080BC; }
span { border-color: rgb(48,128,188); }
td.TdClassName
{
border-color: #3080BC;
}
.TagClassName
{
border-color: #3080BC;
}
</style>