Shades of Curious Blue #2778C3
Tints of Curious Blue #2778C3
RGB
CMYK
RGB Variations
Color information
#2778C3 (or 0x2778C3) is known color: Curious Blue. HEX triplet: 27, 78 and C3. RGB value is (39,120,195). Sum of RGB (Red+Green+Blue) = 39+120+195=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #2778C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2778C3 is #D8873C. Grayscale: #676767. Windows color (decimal): -14190397 or 12810279. OLE color: 12810279.
HSL color Cylindrical-coordinate representation of color #2778C3: hue angle of 208.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2778C3 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 120 | 195 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.24 |
| HSL | 208.85º | 0.67% | 0.46% | - |
| HSV(B) | 208.85º | 0.8% | 0.76% | - |
| XYZ | 17.4 | 17.8 | 54.15 | - |
| YUV | 104.33 | 179.16 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 120 | 195 | 0.80 | 0.38 | 0 | 0.24 | 208.85 | 0.67 | 0.46 |
| Hex | 27 | 78 | C3 | 50 | 26 | 0 | 18 | D1 | 43 | 2E |
| Octal | 47 | 170 | 303 | 120 | 46 | 0 | 30 | 321 | 103 | 56 |
| Binary | 100111 | 1111000 | 11000011 | 1010000 | 100110 | 0 | 11000 | 11010001 | 1000011 | 101110 |
Color Harmonies of #2778C3
Complementary color
Monochromatic Colors of #2778C3
Black with #2778C3
Text Example
Text Example
White with #2778C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2778C3; }
p { color: rgb(39,120,195); }
H1.HeaderClassName
{
color: #2778C3;
}
.AnyTagClassName
{
color: #2778C3;
}
</style>
background-color css
<style>
a { background-color: #2778C3; }
a { background-color: rgb(39,120,195); }
div.DivClassName
{
background-color: #2778C3;
}
.BgClassName
{
background-color: #2778C3;
}
</style>
border-color css
<style>
span { border-color: #2778C3; }
span { border-color: rgb(39,120,195); }
td.TdClassName
{
border-color: #2778C3;
}
.TagClassName
{
border-color: #2778C3;
}
</style>