Shades of Medium Blue #2406B7
Tints of Medium Blue #2406B7
RGB
CMYK
RGB Variations
Color information
#2406B7 (or 0x2406B7) is known color: Medium Blue. HEX triplet: 24, 06 and B7. RGB value is (36,6,183). Sum of RGB (Red+Green+Blue) = 36+6+183=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 183 (71.88% from 255 or 81.33% from 225); Max value from RGB is 183 - color contains mainly: blue. Hex color #2406B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2406B7 is #DBF948. Grayscale: #222222. Windows color (decimal): -14416201 or 11994660. OLE color: 11994660.
HSL color Cylindrical-coordinate representation of color #2406B7: hue angle of 250.17º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2406B7 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 36 | 6 | 183 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.28 |
| HSL | 250.17º | 0.94% | 0.37% | - |
| HSV(B) | 250.17º | 0.97% | 0.72% | - |
| XYZ | 9.34 | 3.92 | 45.06 | - |
| YUV | 35.15 | 211.44 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 183 | 0.80 | 0.97 | 0 | 0.28 | 250.17 | 0.94 | 0.37 |
| Hex | 24 | 6 | B7 | 50 | 61 | 0 | 1C | FA | 5E | 25 |
| Octal | 44 | 6 | 267 | 120 | 141 | 0 | 34 | 372 | 136 | 45 |
| Binary | 100100 | 110 | 10110111 | 1010000 | 1100001 | 0 | 11100 | 11111010 | 1011110 | 100101 |
Color Harmonies of #2406B7
Complementary color
Monochromatic Colors of #2406B7
Black with #2406B7
Text Example
Text Example
White with #2406B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2406B7; }
p { color: rgb(36,6,183); }
H1.HeaderClassName
{
color: #2406B7;
}
.AnyTagClassName
{
color: #2406B7;
}
</style>
background-color css
<style>
a { background-color: #2406B7; }
a { background-color: rgb(36,6,183); }
div.DivClassName
{
background-color: #2406B7;
}
.BgClassName
{
background-color: #2406B7;
}
</style>
border-color css
<style>
span { border-color: #2406B7; }
span { border-color: rgb(36,6,183); }
td.TdClassName
{
border-color: #2406B7;
}
.TagClassName
{
border-color: #2406B7;
}
</style>