Shades of Medium Blue #2319CF
Tints of Medium Blue #2319CF
RGB
CMYK
RGB Variations
Color information
#2319CF (or 0x2319CF) is known color: Medium Blue. HEX triplet: 23, 19 and CF. RGB value is (35,25,207). Sum of RGB (Red+Green+Blue) = 35+25+207=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #2319CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2319CF is #DCE630. Grayscale: #303030. Windows color (decimal): -14476849 or 13572387. OLE color: 13572387.
HSL color Cylindrical-coordinate representation of color #2319CF: hue angle of 243.3º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2319CF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 25 | 207 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.19 |
| HSL | 243.3º | 0.78% | 0.45% | - |
| HSV(B) | 243.3º | 0.88% | 0.81% | - |
| XYZ | 12.3 | 5.56 | 59.46 | - |
| YUV | 48.74 | 217.31 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 207 | 0.83 | 0.88 | 0 | 0.19 | 243.3 | 0.78 | 0.45 |
| Hex | 23 | 19 | CF | 53 | 58 | 0 | 13 | F3 | 4E | 2D |
| Octal | 43 | 31 | 317 | 123 | 130 | 0 | 23 | 363 | 116 | 55 |
| Binary | 100011 | 11001 | 11001111 | 1010011 | 1011000 | 0 | 10011 | 11110011 | 1001110 | 101101 |
Color Harmonies of #2319CF
Complementary color
Monochromatic Colors of #2319CF
Black with #2319CF
Text Example
Text Example
White with #2319CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2319CF; }
p { color: rgb(35,25,207); }
H1.HeaderClassName
{
color: #2319CF;
}
.AnyTagClassName
{
color: #2319CF;
}
</style>
background-color css
<style>
a { background-color: #2319CF; }
a { background-color: rgb(35,25,207); }
div.DivClassName
{
background-color: #2319CF;
}
.BgClassName
{
background-color: #2319CF;
}
</style>
border-color css
<style>
span { border-color: #2319CF; }
span { border-color: rgb(35,25,207); }
td.TdClassName
{
border-color: #2319CF;
}
.TagClassName
{
border-color: #2319CF;
}
</style>