Shades of Curious Blue #2678BB
Tints of Curious Blue #2678BB
RGB
CMYK
RGB Variations
Color information
#2678BB (or 0x2678BB) is known color: Curious Blue. HEX triplet: 26, 78 and BB. RGB value is (38,120,187). Sum of RGB (Red+Green+Blue) = 38+120+187=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #2678BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2678BB is #D98744. Grayscale: #666666. Windows color (decimal): -14255941 or 12285990. OLE color: 12285990.
HSL color Cylindrical-coordinate representation of color #2678BB: hue angle of 206.98º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2678BB is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 120 | 187 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.27 |
| HSL | 206.98º | 0.66% | 0.44% | - |
| HSV(B) | 206.98º | 0.8% | 0.73% | - |
| XYZ | 16.49 | 17.43 | 49.51 | - |
| YUV | 103.12 | 175.33 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 120 | 187 | 0.80 | 0.36 | 0 | 0.27 | 206.98 | 0.66 | 0.44 |
| Hex | 26 | 78 | BB | 50 | 24 | 0 | 1B | CF | 42 | 2C |
| Octal | 46 | 170 | 273 | 120 | 44 | 0 | 33 | 317 | 102 | 54 |
| Binary | 100110 | 1111000 | 10111011 | 1010000 | 100100 | 0 | 11011 | 11001111 | 1000010 | 101100 |
Color Harmonies of #2678BB
Complementary color
Monochromatic Colors of #2678BB
Black with #2678BB
Text Example
Text Example
White with #2678BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2678BB; }
p { color: rgb(38,120,187); }
H1.HeaderClassName
{
color: #2678BB;
}
.AnyTagClassName
{
color: #2678BB;
}
</style>
background-color css
<style>
a { background-color: #2678BB; }
a { background-color: rgb(38,120,187); }
div.DivClassName
{
background-color: #2678BB;
}
.BgClassName
{
background-color: #2678BB;
}
</style>
border-color css
<style>
span { border-color: #2678BB; }
span { border-color: rgb(38,120,187); }
td.TdClassName
{
border-color: #2678BB;
}
.TagClassName
{
border-color: #2678BB;
}
</style>