Shades of Medium Blue #0313DE
Tints of Medium Blue #0313DE
RGB
CMYK
RGB Variations
Color information
#0313DE (or 0x0313DE) is known color: Medium Blue. HEX triplet: 03, 13 and DE. RGB value is (3,19,222). Sum of RGB (Red+Green+Blue) = 3+19+222=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 222 (87.11% from 255 or 90.98% from 244); Max value from RGB is 222 - color contains mainly: blue. Hex color #0313DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0313DE is #FCEC21. Grayscale: #242424. Windows color (decimal): -16575522 or 14553859. OLE color: 14553859.
HSL color Cylindrical-coordinate representation of color #0313DE: hue angle of 235.62º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0313DE is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 19 | 222 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.13 |
| HSL | 235.62º | 0.97% | 0.44% | - |
| HSV(B) | 235.62º | 0.99% | 0.87% | - |
| XYZ | 13.46 | 5.76 | 69.51 | - |
| YUV | 37.36 | 232.2 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 222 | 0.99 | 0.91 | 0 | 0.13 | 235.62 | 0.97 | 0.44 |
| Hex | 3 | 13 | DE | 63 | 5B | 0 | D | EC | 61 | 2C |
| Octal | 3 | 23 | 336 | 143 | 133 | 0 | 15 | 354 | 141 | 54 |
| Binary | 11 | 10011 | 11011110 | 1100011 | 1011011 | 0 | 1101 | 11101100 | 1100001 | 101100 |
Color Harmonies of #0313DE
Complementary color
Monochromatic Colors of #0313DE
Black with #0313DE
Text Example
Text Example
White with #0313DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0313DE; }
p { color: rgb(3,19,222); }
H1.HeaderClassName
{
color: #0313DE;
}
.AnyTagClassName
{
color: #0313DE;
}
</style>
background-color css
<style>
a { background-color: #0313DE; }
a { background-color: rgb(3,19,222); }
div.DivClassName
{
background-color: #0313DE;
}
.BgClassName
{
background-color: #0313DE;
}
</style>
border-color css
<style>
span { border-color: #0313DE; }
span { border-color: rgb(3,19,222); }
td.TdClassName
{
border-color: #0313DE;
}
.TagClassName
{
border-color: #0313DE;
}
</style>