Shades of Curious Blue #2784BC
Tints of Curious Blue #2784BC
RGB
CMYK
RGB Variations
Color information
#2784BC (or 0x2784BC) is known color: Curious Blue. HEX triplet: 27, 84 and BC. RGB value is (39,132,188). Sum of RGB (Red+Green+Blue) = 39+132+188=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #2784BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2784BC is #D87B43. Grayscale: #6E6E6E. Windows color (decimal): -14187332 or 12354599. OLE color: 12354599.
HSL color Cylindrical-coordinate representation of color #2784BC: hue angle of 202.55º degrees, saturation: 0.66, 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 #2784BC is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 132 | 188 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.26 |
| HSL | 202.55º | 0.66% | 0.45% | - |
| HSV(B) | 202.55º | 0.79% | 0.74% | - |
| XYZ | 18.17 | 20.56 | 50.59 | - |
| YUV | 110.58 | 171.69 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 132 | 188 | 0.79 | 0.30 | 0 | 0.26 | 202.55 | 0.66 | 0.45 |
| Hex | 27 | 84 | BC | 4F | 1E | 0 | 1A | CB | 42 | 2D |
| Octal | 47 | 204 | 274 | 117 | 36 | 0 | 32 | 313 | 102 | 55 |
| Binary | 100111 | 10000100 | 10111100 | 1001111 | 11110 | 0 | 11010 | 11001011 | 1000010 | 101101 |
Color Harmonies of #2784BC
Complementary color
Monochromatic Colors of #2784BC
Black with #2784BC
Text Example
Text Example
White with #2784BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2784BC; }
p { color: rgb(39,132,188); }
H1.HeaderClassName
{
color: #2784BC;
}
.AnyTagClassName
{
color: #2784BC;
}
</style>
background-color css
<style>
a { background-color: #2784BC; }
a { background-color: rgb(39,132,188); }
div.DivClassName
{
background-color: #2784BC;
}
.BgClassName
{
background-color: #2784BC;
}
</style>
border-color css
<style>
span { border-color: #2784BC; }
span { border-color: rgb(39,132,188); }
td.TdClassName
{
border-color: #2784BC;
}
.TagClassName
{
border-color: #2784BC;
}
</style>