Shades of Medium Blue #2401BC
Tints of Medium Blue #2401BC
RGB
CMYK
RGB Variations
Color information
#2401BC (or 0x2401BC) is known color: Medium Blue. HEX triplet: 24, 01 and BC. RGB value is (36,1,188). Sum of RGB (Red+Green+Blue) = 36+1+188=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #2401BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2401BC is #DBFE43. Grayscale: #202020. Windows color (decimal): -14417476 or 12321060. OLE color: 12321060.
HSL color Cylindrical-coordinate representation of color #2401BC: hue angle of 251.23º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2401BC is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 1 | 188 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.26 |
| HSL | 251.23º | 0.99% | 0.37% | - |
| HSV(B) | 251.23º | 0.99% | 0.74% | - |
| XYZ | 9.82 | 4.03 | 47.84 | - |
| YUV | 32.78 | 215.6 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 188 | 0.81 | 0.99 | 0 | 0.26 | 251.23 | 0.99 | 0.37 |
| Hex | 24 | 1 | BC | 51 | 63 | 0 | 1A | FB | 63 | 25 |
| Octal | 44 | 1 | 274 | 121 | 143 | 0 | 32 | 373 | 143 | 45 |
| Binary | 100100 | 1 | 10111100 | 1010001 | 1100011 | 0 | 11010 | 11111011 | 1100011 | 100101 |
Color Harmonies of #2401BC
Complementary color
Monochromatic Colors of #2401BC
Black with #2401BC
Text Example
Text Example
White with #2401BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2401BC; }
p { color: rgb(36,1,188); }
H1.HeaderClassName
{
color: #2401BC;
}
.AnyTagClassName
{
color: #2401BC;
}
</style>
background-color css
<style>
a { background-color: #2401BC; }
a { background-color: rgb(36,1,188); }
div.DivClassName
{
background-color: #2401BC;
}
.BgClassName
{
background-color: #2401BC;
}
</style>
border-color css
<style>
span { border-color: #2401BC; }
span { border-color: rgb(36,1,188); }
td.TdClassName
{
border-color: #2401BC;
}
.TagClassName
{
border-color: #2401BC;
}
</style>