Shades of Curious Blue #2776BD
Tints of Curious Blue #2776BD
RGB
CMYK
RGB Variations
Color information
#2776BD (or 0x2776BD) is known color: Curious Blue. HEX triplet: 27, 76 and BD. RGB value is (39,118,189). Sum of RGB (Red+Green+Blue) = 39+118+189=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #2776BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2776BD is #D88942. Grayscale: #666666. Windows color (decimal): -14190915 or 12416551. OLE color: 12416551.
HSL color Cylindrical-coordinate representation of color #2776BD: hue angle of 208.4º 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 #2776BD is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 118 | 189 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.26 |
| HSL | 208.4º | 0.66% | 0.45% | - |
| HSV(B) | 208.4º | 0.79% | 0.74% | - |
| XYZ | 16.5 | 17.06 | 50.57 | - |
| YUV | 102.47 | 176.83 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 189 | 0.79 | 0.38 | 0 | 0.26 | 208.4 | 0.66 | 0.45 |
| Hex | 27 | 76 | BD | 4F | 26 | 0 | 1A | D0 | 42 | 2D |
| Octal | 47 | 166 | 275 | 117 | 46 | 0 | 32 | 320 | 102 | 55 |
| Binary | 100111 | 1110110 | 10111101 | 1001111 | 100110 | 0 | 11010 | 11010000 | 1000010 | 101101 |
Color Harmonies of #2776BD
Complementary color
Monochromatic Colors of #2776BD
Black with #2776BD
Text Example
Text Example
White with #2776BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2776BD; }
p { color: rgb(39,118,189); }
H1.HeaderClassName
{
color: #2776BD;
}
.AnyTagClassName
{
color: #2776BD;
}
</style>
background-color css
<style>
a { background-color: #2776BD; }
a { background-color: rgb(39,118,189); }
div.DivClassName
{
background-color: #2776BD;
}
.BgClassName
{
background-color: #2776BD;
}
</style>
border-color css
<style>
span { border-color: #2776BD; }
span { border-color: rgb(39,118,189); }
td.TdClassName
{
border-color: #2776BD;
}
.TagClassName
{
border-color: #2776BD;
}
</style>