Shades of Curious Blue #2984CB
Tints of Curious Blue #2984CB
RGB
CMYK
RGB Variations
Color information
#2984CB (or 0x2984CB) is known color: Curious Blue. HEX triplet: 29, 84 and CB. RGB value is (41,132,203). Sum of RGB (Red+Green+Blue) = 41+132+203=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #2984CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2984CB is #D67B34. Grayscale: #707070. Windows color (decimal): -14056245 or 13337641. OLE color: 13337641.
HSL color Cylindrical-coordinate representation of color #2984CB: hue angle of 206.3º 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 #2984CB is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 132 | 203 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.20 |
| HSL | 206.3º | 0.66% | 0.48% | - |
| HSV(B) | 206.3º | 0.8% | 0.8% | - |
| XYZ | 19.95 | 21.29 | 59.56 | - |
| YUV | 112.89 | 178.85 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 203 | 0.80 | 0.35 | 0 | 0.20 | 206.3 | 0.66 | 0.48 |
| Hex | 29 | 84 | CB | 50 | 23 | 0 | 14 | CE | 42 | 30 |
| Octal | 51 | 204 | 313 | 120 | 43 | 0 | 24 | 316 | 102 | 60 |
| Binary | 101001 | 10000100 | 11001011 | 1010000 | 100011 | 0 | 10100 | 11001110 | 1000010 | 110000 |
Color Harmonies of #2984CB
Complementary color
Monochromatic Colors of #2984CB
Black with #2984CB
Text Example
Text Example
White with #2984CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2984CB; }
p { color: rgb(41,132,203); }
H1.HeaderClassName
{
color: #2984CB;
}
.AnyTagClassName
{
color: #2984CB;
}
</style>
background-color css
<style>
a { background-color: #2984CB; }
a { background-color: rgb(41,132,203); }
div.DivClassName
{
background-color: #2984CB;
}
.BgClassName
{
background-color: #2984CB;
}
</style>
border-color css
<style>
span { border-color: #2984CB; }
span { border-color: rgb(41,132,203); }
td.TdClassName
{
border-color: #2984CB;
}
.TagClassName
{
border-color: #2984CB;
}
</style>