Shades of Curious Blue #2878BC
Tints of Curious Blue #2878BC
RGB
CMYK
RGB Variations
Color information
#2878BC (or 0x2878BC) is known color: Curious Blue. HEX triplet: 28, 78 and BC. RGB value is (40,120,188). Sum of RGB (Red+Green+Blue) = 40+120+188=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #2878BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2878BC is #D78743. Grayscale: #676767. Windows color (decimal): -14124868 or 12351528. OLE color: 12351528.
HSL color Cylindrical-coordinate representation of color #2878BC: hue angle of 207.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2878BC is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 120 | 188 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.26 |
| HSL | 207.57º | 0.65% | 0.45% | - |
| HSV(B) | 207.57º | 0.79% | 0.74% | - |
| XYZ | 16.67 | 17.51 | 50.08 | - |
| YUV | 103.83 | 175.5 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 188 | 0.79 | 0.36 | 0 | 0.26 | 207.57 | 0.65 | 0.45 |
| Hex | 28 | 78 | BC | 4F | 24 | 0 | 1A | D0 | 41 | 2D |
| Octal | 50 | 170 | 274 | 117 | 44 | 0 | 32 | 320 | 101 | 55 |
| Binary | 101000 | 1111000 | 10111100 | 1001111 | 100100 | 0 | 11010 | 11010000 | 1000001 | 101101 |
Color Harmonies of #2878BC
Complementary color
Monochromatic Colors of #2878BC
Black with #2878BC
Text Example
Text Example
White with #2878BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878BC; }
p { color: rgb(40,120,188); }
H1.HeaderClassName
{
color: #2878BC;
}
.AnyTagClassName
{
color: #2878BC;
}
</style>
background-color css
<style>
a { background-color: #2878BC; }
a { background-color: rgb(40,120,188); }
div.DivClassName
{
background-color: #2878BC;
}
.BgClassName
{
background-color: #2878BC;
}
</style>
border-color css
<style>
span { border-color: #2878BC; }
span { border-color: rgb(40,120,188); }
td.TdClassName
{
border-color: #2878BC;
}
.TagClassName
{
border-color: #2878BC;
}
</style>