Shades of Curious Blue #2677BC
Tints of Curious Blue #2677BC
RGB
CMYK
RGB Variations
Color information
#2677BC (or 0x2677BC) is known color: Curious Blue. HEX triplet: 26, 77 and BC. RGB value is (38,119,188). Sum of RGB (Red+Green+Blue) = 38+119+188=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #2677BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2677BC is #D98843. Grayscale: #666666. Windows color (decimal): -14256196 or 12351270. OLE color: 12351270.
HSL color Cylindrical-coordinate representation of color #2677BC: hue angle of 207.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2677BC is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 119 | 188 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.26 |
| HSL | 207.6º | 0.66% | 0.44% | - |
| HSV(B) | 207.6º | 0.8% | 0.74% | - |
| XYZ | 16.47 | 17.24 | 50.04 | - |
| YUV | 102.65 | 176.16 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 188 | 0.80 | 0.37 | 0 | 0.26 | 207.6 | 0.66 | 0.44 |
| Hex | 26 | 77 | BC | 50 | 25 | 0 | 1A | D0 | 42 | 2C |
| Octal | 46 | 167 | 274 | 120 | 45 | 0 | 32 | 320 | 102 | 54 |
| Binary | 100110 | 1110111 | 10111100 | 1010000 | 100101 | 0 | 11010 | 11010000 | 1000010 | 101100 |
Color Harmonies of #2677BC
Complementary color
Monochromatic Colors of #2677BC
Black with #2677BC
Text Example
Text Example
White with #2677BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2677BC; }
p { color: rgb(38,119,188); }
H1.HeaderClassName
{
color: #2677BC;
}
.AnyTagClassName
{
color: #2677BC;
}
</style>
background-color css
<style>
a { background-color: #2677BC; }
a { background-color: rgb(38,119,188); }
div.DivClassName
{
background-color: #2677BC;
}
.BgClassName
{
background-color: #2677BC;
}
</style>
border-color css
<style>
span { border-color: #2677BC; }
span { border-color: rgb(38,119,188); }
td.TdClassName
{
border-color: #2677BC;
}
.TagClassName
{
border-color: #2677BC;
}
</style>