Shades of Curious Blue #2180BA
Tints of Curious Blue #2180BA
RGB
CMYK
RGB Variations
Color information
#2180BA (or 0x2180BA) is known color: Curious Blue. HEX triplet: 21, 80 and BA. RGB value is (33,128,186). Sum of RGB (Red+Green+Blue) = 33+128+186=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #2180BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2180BA is #DE7F45. Grayscale: #696969. Windows color (decimal): -14581574 or 12222497. OLE color: 12222497.
HSL color Cylindrical-coordinate representation of color #2180BA: hue angle of 202.75º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2180BA is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 128 | 186 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.27 |
| HSL | 202.75º | 0.7% | 0.43% | - |
| HSV(B) | 202.75º | 0.82% | 0.73% | - |
| XYZ | 17.21 | 19.31 | 49.27 | - |
| YUV | 106.21 | 173.03 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 186 | 0.82 | 0.31 | 0 | 0.27 | 202.75 | 0.7 | 0.43 |
| Hex | 21 | 80 | BA | 52 | 1F | 0 | 1B | CB | 46 | 2B |
| Octal | 41 | 200 | 272 | 122 | 37 | 0 | 33 | 313 | 106 | 53 |
| Binary | 100001 | 10000000 | 10111010 | 1010010 | 11111 | 0 | 11011 | 11001011 | 1000110 | 101011 |
Color Harmonies of #2180BA
Complementary color
Monochromatic Colors of #2180BA
Black with #2180BA
Text Example
Text Example
White with #2180BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2180BA; }
p { color: rgb(33,128,186); }
H1.HeaderClassName
{
color: #2180BA;
}
.AnyTagClassName
{
color: #2180BA;
}
</style>
background-color css
<style>
a { background-color: #2180BA; }
a { background-color: rgb(33,128,186); }
div.DivClassName
{
background-color: #2180BA;
}
.BgClassName
{
background-color: #2180BA;
}
</style>
border-color css
<style>
span { border-color: #2180BA; }
span { border-color: rgb(33,128,186); }
td.TdClassName
{
border-color: #2180BA;
}
.TagClassName
{
border-color: #2180BA;
}
</style>