Shades of Curious Blue #3080BA
Tints of Curious Blue #3080BA
RGB
CMYK
RGB Variations
Color information
#3080BA (or 0x3080BA) is known color: Curious Blue. HEX triplet: 30, 80 and BA. RGB value is (48,128,186). Sum of RGB (Red+Green+Blue) = 48+128+186=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #3080BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3080BA is #CF7F45. Grayscale: #6E6E6E. Windows color (decimal): -13598534 or 12222512. OLE color: 12222512.
HSL color Cylindrical-coordinate representation of color #3080BA: hue angle of 205.22º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3080BA is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 128 | 186 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.27 |
| HSL | 205.22º | 0.59% | 0.46% | - |
| HSV(B) | 205.22º | 0.74% | 0.73% | - |
| XYZ | 17.8 | 19.61 | 49.3 | - |
| YUV | 110.69 | 170.5 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 186 | 0.74 | 0.31 | 0 | 0.27 | 205.22 | 0.59 | 0.46 |
| Hex | 30 | 80 | BA | 4A | 1F | 0 | 1B | CD | 3B | 2E |
| Octal | 60 | 200 | 272 | 112 | 37 | 0 | 33 | 315 | 73 | 56 |
| Binary | 110000 | 10000000 | 10111010 | 1001010 | 11111 | 0 | 11011 | 11001101 | 111011 | 101110 |
Color Harmonies of #3080BA
Complementary color
Monochromatic Colors of #3080BA
Black with #3080BA
Text Example
Text Example
White with #3080BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3080BA; }
p { color: rgb(48,128,186); }
H1.HeaderClassName
{
color: #3080BA;
}
.AnyTagClassName
{
color: #3080BA;
}
</style>
background-color css
<style>
a { background-color: #3080BA; }
a { background-color: rgb(48,128,186); }
div.DivClassName
{
background-color: #3080BA;
}
.BgClassName
{
background-color: #3080BA;
}
</style>
border-color css
<style>
span { border-color: #3080BA; }
span { border-color: rgb(48,128,186); }
td.TdClassName
{
border-color: #3080BA;
}
.TagClassName
{
border-color: #3080BA;
}
</style>