Shades of Curious Blue #2779CC
Tints of Curious Blue #2779CC
RGB
CMYK
RGB Variations
Color information
#2779CC (or 0x2779CC) is known color: Curious Blue. HEX triplet: 27, 79 and CC. RGB value is (39,121,204). Sum of RGB (Red+Green+Blue) = 39+121+204=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #2779CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779CC is #D88633. Grayscale: #696969. Windows color (decimal): -14190132 or 13400359. OLE color: 13400359.
HSL color Cylindrical-coordinate representation of color #2779CC: hue angle of 210.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2779CC is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 121 | 204 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.2 |
| HSL | 210.18º | 0.68% | 0.48% | - |
| HSV(B) | 210.18º | 0.81% | 0.8% | - |
| XYZ | 18.57 | 18.47 | 59.71 | - |
| YUV | 105.94 | 183.33 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 204 | 0.81 | 0.41 | 0 | 0.2 | 210.18 | 0.68 | 0.48 |
| Hex | 27 | 79 | CC | 51 | 29 | 0 | 14 | D2 | 44 | 30 |
| Octal | 47 | 171 | 314 | 121 | 51 | 0 | 24 | 322 | 104 | 60 |
| Binary | 100111 | 1111001 | 11001100 | 1010001 | 101001 | 0 | 10100 | 11010010 | 1000100 | 110000 |
Color Harmonies of #2779CC
Complementary color
Monochromatic Colors of #2779CC
Black with #2779CC
Text Example
Text Example
White with #2779CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2779CC; }
p { color: rgb(39,121,204); }
H1.HeaderClassName
{
color: #2779CC;
}
.AnyTagClassName
{
color: #2779CC;
}
</style>
background-color css
<style>
a { background-color: #2779CC; }
a { background-color: rgb(39,121,204); }
div.DivClassName
{
background-color: #2779CC;
}
.BgClassName
{
background-color: #2779CC;
}
</style>
border-color css
<style>
span { border-color: #2779CC; }
span { border-color: rgb(39,121,204); }
td.TdClassName
{
border-color: #2779CC;
}
.TagClassName
{
border-color: #2779CC;
}
</style>