Shades of Medium Blue #2603BC
Tints of Medium Blue #2603BC
RGB
CMYK
RGB Variations
Color information
#2603BC (or 0x2603BC) is known color: Medium Blue. HEX triplet: 26, 03 and BC. RGB value is (38,3,188). Sum of RGB (Red+Green+Blue) = 38+3+188=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #2603BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2603BC is #D9FC43. Grayscale: #212121. Windows color (decimal): -14285892 or 12321574. OLE color: 12321574.
HSL color Cylindrical-coordinate representation of color #2603BC: hue angle of 251.35º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2603BC is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 3 | 188 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.26 |
| HSL | 251.35º | 0.97% | 0.37% | - |
| HSV(B) | 251.35º | 0.98% | 0.74% | - |
| XYZ | 9.91 | 4.11 | 47.85 | - |
| YUV | 34.56 | 214.6 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 188 | 0.80 | 0.98 | 0 | 0.26 | 251.35 | 0.97 | 0.37 |
| Hex | 26 | 3 | BC | 50 | 62 | 0 | 1A | FB | 61 | 25 |
| Octal | 46 | 3 | 274 | 120 | 142 | 0 | 32 | 373 | 141 | 45 |
| Binary | 100110 | 11 | 10111100 | 1010000 | 1100010 | 0 | 11010 | 11111011 | 1100001 | 100101 |
Color Harmonies of #2603BC
Complementary color
Monochromatic Colors of #2603BC
Black with #2603BC
Text Example
Text Example
White with #2603BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2603BC; }
p { color: rgb(38,3,188); }
H1.HeaderClassName
{
color: #2603BC;
}
.AnyTagClassName
{
color: #2603BC;
}
</style>
background-color css
<style>
a { background-color: #2603BC; }
a { background-color: rgb(38,3,188); }
div.DivClassName
{
background-color: #2603BC;
}
.BgClassName
{
background-color: #2603BC;
}
</style>
border-color css
<style>
span { border-color: #2603BC; }
span { border-color: rgb(38,3,188); }
td.TdClassName
{
border-color: #2603BC;
}
.TagClassName
{
border-color: #2603BC;
}
</style>