Shades of Medium Blue #2608BC
Tints of Medium Blue #2608BC
RGB
CMYK
RGB Variations
Color information
#2608BC (or 0x2608BC) is known color: Medium Blue. HEX triplet: 26, 08 and BC. RGB value is (38,8,188). Sum of RGB (Red+Green+Blue) = 38+8+188=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #2608BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2608BC is #D9F743. Grayscale: #242424. Windows color (decimal): -14284612 or 12322854. OLE color: 12322854.
HSL color Cylindrical-coordinate representation of color #2608BC: hue angle of 250º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2608BC is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 8 | 188 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.26 |
| HSL | 250º | 0.92% | 0.38% | - |
| HSV(B) | 250º | 0.96% | 0.74% | - |
| XYZ | 9.96 | 4.22 | 47.87 | - |
| YUV | 37.49 | 212.94 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 188 | 0.80 | 0.96 | 0 | 0.26 | 250 | 0.92 | 0.38 |
| Hex | 26 | 8 | BC | 50 | 60 | 0 | 1A | FA | 5C | 26 |
| Octal | 46 | 10 | 274 | 120 | 140 | 0 | 32 | 372 | 134 | 46 |
| Binary | 100110 | 1000 | 10111100 | 1010000 | 1100000 | 0 | 11010 | 11111010 | 1011100 | 100110 |
Color Harmonies of #2608BC
Complementary color
Monochromatic Colors of #2608BC
Black with #2608BC
Text Example
Text Example
White with #2608BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2608BC; }
p { color: rgb(38,8,188); }
H1.HeaderClassName
{
color: #2608BC;
}
.AnyTagClassName
{
color: #2608BC;
}
</style>
background-color css
<style>
a { background-color: #2608BC; }
a { background-color: rgb(38,8,188); }
div.DivClassName
{
background-color: #2608BC;
}
.BgClassName
{
background-color: #2608BC;
}
</style>
border-color css
<style>
span { border-color: #2608BC; }
span { border-color: rgb(38,8,188); }
td.TdClassName
{
border-color: #2608BC;
}
.TagClassName
{
border-color: #2608BC;
}
</style>