Shades of Medium Blue #2304D1
Tints of Medium Blue #2304D1
RGB
CMYK
RGB Variations
Color information
#2304D1 (or 0x2304D1) is known color: Medium Blue. HEX triplet: 23, 04 and D1. RGB value is (35,4,209). Sum of RGB (Red+Green+Blue) = 35+4+209=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 209 (82.03% from 255 or 84.27% from 248); Max value from RGB is 209 - color contains mainly: blue. Hex color #2304D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2304D1 is #DCFB2E. Grayscale: #232323. Windows color (decimal): -14482223 or 13698083. OLE color: 13698083.
HSL color Cylindrical-coordinate representation of color #2304D1: hue angle of 249.07º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2304D1 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 4 | 209 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.18 |
| HSL | 249.07º | 0.96% | 0.42% | - |
| HSV(B) | 249.07º | 0.98% | 0.82% | - |
| XYZ | 12.25 | 5.05 | 60.65 | - |
| YUV | 36.64 | 225.27 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 209 | 0.83 | 0.98 | 0 | 0.18 | 249.07 | 0.96 | 0.42 |
| Hex | 23 | 4 | D1 | 53 | 62 | 0 | 12 | F9 | 60 | 2A |
| Octal | 43 | 4 | 321 | 123 | 142 | 0 | 22 | 371 | 140 | 52 |
| Binary | 100011 | 100 | 11010001 | 1010011 | 1100010 | 0 | 10010 | 11111001 | 1100000 | 101010 |
Color Harmonies of #2304D1
Complementary color
Monochromatic Colors of #2304D1
Black with #2304D1
Text Example
Text Example
White with #2304D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2304D1; }
p { color: rgb(35,4,209); }
H1.HeaderClassName
{
color: #2304D1;
}
.AnyTagClassName
{
color: #2304D1;
}
</style>
background-color css
<style>
a { background-color: #2304D1; }
a { background-color: rgb(35,4,209); }
div.DivClassName
{
background-color: #2304D1;
}
.BgClassName
{
background-color: #2304D1;
}
</style>
border-color css
<style>
span { border-color: #2304D1; }
span { border-color: rgb(35,4,209); }
td.TdClassName
{
border-color: #2304D1;
}
.TagClassName
{
border-color: #2304D1;
}
</style>