Shades of Curious Blue #2C87BA
Tints of Curious Blue #2C87BA
RGB
CMYK
RGB Variations
Color information
#2C87BA (or 0x2C87BA) is known color: Curious Blue. HEX triplet: 2C, 87 and BA. RGB value is (44,135,186). Sum of RGB (Red+Green+Blue) = 44+135+186=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C87BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C87BA is #D37845. Grayscale: #717171. Windows color (decimal): -13858886 or 12224300. OLE color: 12224300.
HSL color Cylindrical-coordinate representation of color #2C87BA: hue angle of 201.55º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C87BA is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 135 | 186 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.27 |
| HSL | 201.55º | 0.62% | 0.45% | - |
| HSV(B) | 201.55º | 0.76% | 0.73% | - |
| XYZ | 18.57 | 21.41 | 49.61 | - |
| YUV | 113.61 | 168.85 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 186 | 0.76 | 0.27 | 0 | 0.27 | 201.55 | 0.62 | 0.45 |
| Hex | 2C | 87 | BA | 4C | 1B | 0 | 1B | CA | 3E | 2D |
| Octal | 54 | 207 | 272 | 114 | 33 | 0 | 33 | 312 | 76 | 55 |
| Binary | 101100 | 10000111 | 10111010 | 1001100 | 11011 | 0 | 11011 | 11001010 | 111110 | 101101 |
Color Harmonies of #2C87BA
Complementary color
Monochromatic Colors of #2C87BA
Black with #2C87BA
Text Example
Text Example
White with #2C87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C87BA; }
p { color: rgb(44,135,186); }
H1.HeaderClassName
{
color: #2C87BA;
}
.AnyTagClassName
{
color: #2C87BA;
}
</style>
background-color css
<style>
a { background-color: #2C87BA; }
a { background-color: rgb(44,135,186); }
div.DivClassName
{
background-color: #2C87BA;
}
.BgClassName
{
background-color: #2C87BA;
}
</style>
border-color css
<style>
span { border-color: #2C87BA; }
span { border-color: rgb(44,135,186); }
td.TdClassName
{
border-color: #2C87BA;
}
.TagClassName
{
border-color: #2C87BA;
}
</style>