Shades of Medium Blue #2602BA
Tints of Medium Blue #2602BA
RGB
CMYK
RGB Variations
Color information
#2602BA (or 0x2602BA) is known color: Medium Blue. HEX triplet: 26, 02 and BA. RGB value is (38,2,186). Sum of RGB (Red+Green+Blue) = 38+2+186=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #2602BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2602BA is #D9FD45. Grayscale: #212121. Windows color (decimal): -14286150 or 12190246. OLE color: 12190246.
HSL color Cylindrical-coordinate representation of color #2602BA: hue angle of 251.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2602BA is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 2 | 186 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.27 |
| HSL | 251.74º | 0.98% | 0.37% | - |
| HSV(B) | 251.74º | 0.99% | 0.73% | - |
| XYZ | 9.68 | 4 | 46.72 | - |
| YUV | 33.74 | 213.93 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 186 | 0.80 | 0.99 | 0 | 0.27 | 251.74 | 0.98 | 0.37 |
| Hex | 26 | 2 | BA | 50 | 63 | 0 | 1B | FC | 62 | 25 |
| Octal | 46 | 2 | 272 | 120 | 143 | 0 | 33 | 374 | 142 | 45 |
| Binary | 100110 | 10 | 10111010 | 1010000 | 1100011 | 0 | 11011 | 11111100 | 1100010 | 100101 |
Color Harmonies of #2602BA
Complementary color
Monochromatic Colors of #2602BA
Black with #2602BA
Text Example
Text Example
White with #2602BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2602BA; }
p { color: rgb(38,2,186); }
H1.HeaderClassName
{
color: #2602BA;
}
.AnyTagClassName
{
color: #2602BA;
}
</style>
background-color css
<style>
a { background-color: #2602BA; }
a { background-color: rgb(38,2,186); }
div.DivClassName
{
background-color: #2602BA;
}
.BgClassName
{
background-color: #2602BA;
}
</style>
border-color css
<style>
span { border-color: #2602BA; }
span { border-color: rgb(38,2,186); }
td.TdClassName
{
border-color: #2602BA;
}
.TagClassName
{
border-color: #2602BA;
}
</style>