Shades of Curious Blue #2779BB
Tints of Curious Blue #2779BB
RGB
CMYK
RGB Variations
Color information
#2779BB (or 0x2779BB) is known color: Curious Blue. HEX triplet: 27, 79 and BB. RGB value is (39,121,187). Sum of RGB (Red+Green+Blue) = 39+121+187=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #2779BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779BB is #D88644. Grayscale: #676767. Windows color (decimal): -14190149 or 12286247. OLE color: 12286247.
HSL color Cylindrical-coordinate representation of color #2779BB: hue angle of 206.76º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2779BB is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 121 | 187 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.27 |
| HSL | 206.76º | 0.65% | 0.44% | - |
| HSV(B) | 206.76º | 0.79% | 0.73% | - |
| XYZ | 16.64 | 17.69 | 49.55 | - |
| YUV | 104.01 | 174.83 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 187 | 0.79 | 0.35 | 0 | 0.27 | 206.76 | 0.65 | 0.44 |
| Hex | 27 | 79 | BB | 4F | 23 | 0 | 1B | CF | 41 | 2C |
| Octal | 47 | 171 | 273 | 117 | 43 | 0 | 33 | 317 | 101 | 54 |
| Binary | 100111 | 1111001 | 10111011 | 1001111 | 100011 | 0 | 11011 | 11001111 | 1000001 | 101100 |
Color Harmonies of #2779BB
Complementary color
Monochromatic Colors of #2779BB
Black with #2779BB
Text Example
Text Example
White with #2779BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2779BB; }
p { color: rgb(39,121,187); }
H1.HeaderClassName
{
color: #2779BB;
}
.AnyTagClassName
{
color: #2779BB;
}
</style>
background-color css
<style>
a { background-color: #2779BB; }
a { background-color: rgb(39,121,187); }
div.DivClassName
{
background-color: #2779BB;
}
.BgClassName
{
background-color: #2779BB;
}
</style>
border-color css
<style>
span { border-color: #2779BB; }
span { border-color: rgb(39,121,187); }
td.TdClassName
{
border-color: #2779BB;
}
.TagClassName
{
border-color: #2779BB;
}
</style>