Shades of Curious Blue #2779C5
Tints of Curious Blue #2779C5
RGB
CMYK
RGB Variations
Color information
#2779C5 (or 0x2779C5) is known color: Curious Blue. HEX triplet: 27, 79 and C5. RGB value is (39,121,197). Sum of RGB (Red+Green+Blue) = 39+121+197=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #2779C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779C5 is #D8863A. Grayscale: #686868. Windows color (decimal): -14190139 or 12941607. OLE color: 12941607.
HSL color Cylindrical-coordinate representation of color #2779C5: hue angle of 208.86º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2779C5 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 121 | 197 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.23 |
| HSL | 208.86º | 0.67% | 0.46% | - |
| HSV(B) | 208.86º | 0.8% | 0.77% | - |
| XYZ | 17.75 | 18.14 | 55.39 | - |
| YUV | 105.15 | 179.83 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 197 | 0.80 | 0.39 | 0 | 0.23 | 208.86 | 0.67 | 0.46 |
| Hex | 27 | 79 | C5 | 50 | 27 | 0 | 17 | D1 | 43 | 2E |
| Octal | 47 | 171 | 305 | 120 | 47 | 0 | 27 | 321 | 103 | 56 |
| Binary | 100111 | 1111001 | 11000101 | 1010000 | 100111 | 0 | 10111 | 11010001 | 1000011 | 101110 |
Color Harmonies of #2779C5
Complementary color
Monochromatic Colors of #2779C5
Black with #2779C5
Text Example
Text Example
White with #2779C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2779C5; }
p { color: rgb(39,121,197); }
H1.HeaderClassName
{
color: #2779C5;
}
.AnyTagClassName
{
color: #2779C5;
}
</style>
background-color css
<style>
a { background-color: #2779C5; }
a { background-color: rgb(39,121,197); }
div.DivClassName
{
background-color: #2779C5;
}
.BgClassName
{
background-color: #2779C5;
}
</style>
border-color css
<style>
span { border-color: #2779C5; }
span { border-color: rgb(39,121,197); }
td.TdClassName
{
border-color: #2779C5;
}
.TagClassName
{
border-color: #2779C5;
}
</style>