Shades of Medium Blue #2403C3
Tints of Medium Blue #2403C3
RGB
CMYK
RGB Variations
Color information
#2403C3 (or 0x2403C3) is known color: Medium Blue. HEX triplet: 24, 03 and C3. RGB value is (36,3,195). Sum of RGB (Red+Green+Blue) = 36+3+195=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 195 (76.56% from 255 or 83.33% from 234); Max value from RGB is 195 - color contains mainly: blue. Hex color #2403C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2403C3 is #DBFC3C. Grayscale: #222222. Windows color (decimal): -14416957 or 12780324. OLE color: 12780324.
HSL color Cylindrical-coordinate representation of color #2403C3: hue angle of 250.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2403C3 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 3 | 195 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.24 |
| HSL | 250.31º | 0.97% | 0.39% | - |
| HSV(B) | 250.31º | 0.98% | 0.76% | - |
| XYZ | 10.61 | 4.38 | 51.92 | - |
| YUV | 34.76 | 218.43 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 195 | 0.82 | 0.98 | 0 | 0.24 | 250.31 | 0.97 | 0.39 |
| Hex | 24 | 3 | C3 | 52 | 62 | 0 | 18 | FA | 61 | 27 |
| Octal | 44 | 3 | 303 | 122 | 142 | 0 | 30 | 372 | 141 | 47 |
| Binary | 100100 | 11 | 11000011 | 1010010 | 1100010 | 0 | 11000 | 11111010 | 1100001 | 100111 |
Color Harmonies of #2403C3
Complementary color
Monochromatic Colors of #2403C3
Black with #2403C3
Text Example
Text Example
White with #2403C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2403C3; }
p { color: rgb(36,3,195); }
H1.HeaderClassName
{
color: #2403C3;
}
.AnyTagClassName
{
color: #2403C3;
}
</style>
background-color css
<style>
a { background-color: #2403C3; }
a { background-color: rgb(36,3,195); }
div.DivClassName
{
background-color: #2403C3;
}
.BgClassName
{
background-color: #2403C3;
}
</style>
border-color css
<style>
span { border-color: #2403C3; }
span { border-color: rgb(36,3,195); }
td.TdClassName
{
border-color: #2403C3;
}
.TagClassName
{
border-color: #2403C3;
}
</style>