Shades of Curious Blue #2777BE
Tints of Curious Blue #2777BE
RGB
CMYK
RGB Variations
Color information
#2777BE (or 0x2777BE) is known color: Curious Blue. HEX triplet: 27, 77 and BE. RGB value is (39,119,190). Sum of RGB (Red+Green+Blue) = 39+119+190=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #2777BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2777BE is #D88841. Grayscale: #666666. Windows color (decimal): -14190658 or 12482343. OLE color: 12482343.
HSL color Cylindrical-coordinate representation of color #2777BE: hue angle of 208.21º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2777BE is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 119 | 190 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.25 |
| HSL | 208.21º | 0.66% | 0.45% | - |
| HSV(B) | 208.21º | 0.79% | 0.75% | - |
| XYZ | 16.73 | 17.34 | 51.18 | - |
| YUV | 103.17 | 177 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 190 | 0.79 | 0.37 | 0 | 0.25 | 208.21 | 0.66 | 0.45 |
| Hex | 27 | 77 | BE | 4F | 25 | 0 | 19 | D0 | 42 | 2D |
| Octal | 47 | 167 | 276 | 117 | 45 | 0 | 31 | 320 | 102 | 55 |
| Binary | 100111 | 1110111 | 10111110 | 1001111 | 100101 | 0 | 11001 | 11010000 | 1000010 | 101101 |
Color Harmonies of #2777BE
Complementary color
Monochromatic Colors of #2777BE
Black with #2777BE
Text Example
Text Example
White with #2777BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2777BE; }
p { color: rgb(39,119,190); }
H1.HeaderClassName
{
color: #2777BE;
}
.AnyTagClassName
{
color: #2777BE;
}
</style>
background-color css
<style>
a { background-color: #2777BE; }
a { background-color: rgb(39,119,190); }
div.DivClassName
{
background-color: #2777BE;
}
.BgClassName
{
background-color: #2777BE;
}
</style>
border-color css
<style>
span { border-color: #2777BE; }
span { border-color: rgb(39,119,190); }
td.TdClassName
{
border-color: #2777BE;
}
.TagClassName
{
border-color: #2777BE;
}
</style>