Shades of Curious Blue #2978CB
Tints of Curious Blue #2978CB
RGB
CMYK
RGB Variations
Color information
#2978CB (or 0x2978CB) is known color: Curious Blue. HEX triplet: 29, 78 and CB. RGB value is (41,120,203). Sum of RGB (Red+Green+Blue) = 41+120+203=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #2978CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2978CB is #D68734. Grayscale: #696969. Windows color (decimal): -14059317 or 13334569. OLE color: 13334569.
HSL color Cylindrical-coordinate representation of color #2978CB: hue angle of 210.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2978CB is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 120 | 203 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.20 |
| HSL | 210.74º | 0.66% | 0.48% | - |
| HSV(B) | 210.74º | 0.8% | 0.8% | - |
| XYZ | 18.41 | 18.22 | 59.05 | - |
| YUV | 105.84 | 182.83 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 203 | 0.80 | 0.41 | 0 | 0.20 | 210.74 | 0.66 | 0.48 |
| Hex | 29 | 78 | CB | 50 | 29 | 0 | 14 | D3 | 42 | 30 |
| Octal | 51 | 170 | 313 | 120 | 51 | 0 | 24 | 323 | 102 | 60 |
| Binary | 101001 | 1111000 | 11001011 | 1010000 | 101001 | 0 | 10100 | 11010011 | 1000010 | 110000 |
Color Harmonies of #2978CB
Complementary color
Monochromatic Colors of #2978CB
Black with #2978CB
Text Example
Text Example
White with #2978CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2978CB; }
p { color: rgb(41,120,203); }
H1.HeaderClassName
{
color: #2978CB;
}
.AnyTagClassName
{
color: #2978CB;
}
</style>
background-color css
<style>
a { background-color: #2978CB; }
a { background-color: rgb(41,120,203); }
div.DivClassName
{
background-color: #2978CB;
}
.BgClassName
{
background-color: #2978CB;
}
</style>
border-color css
<style>
span { border-color: #2978CB; }
span { border-color: rgb(41,120,203); }
td.TdClassName
{
border-color: #2978CB;
}
.TagClassName
{
border-color: #2978CB;
}
</style>