Shades of Medium Blue #0317E5
Tints of Medium Blue #0317E5
RGB
CMYK
RGB Variations
Color information
#0317E5 (or 0x0317E5) is known color: Medium Blue. HEX triplet: 03, 17 and E5. RGB value is (3,23,229). Sum of RGB (Red+Green+Blue) = 3+23+229=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 229 (89.84% from 255 or 89.80% from 255); Max value from RGB is 229 - color contains mainly: blue. Hex color #0317E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0317E5 is #FCE81A. Grayscale: #272727. Windows color (decimal): -16574491 or 15013635. OLE color: 15013635.
HSL color Cylindrical-coordinate representation of color #0317E5: hue angle of 234.69º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0317E5 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 23 | 229 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.10 |
| HSL | 234.69º | 0.97% | 0.45% | - |
| HSV(B) | 234.69º | 0.99% | 0.9% | - |
| XYZ | 14.49 | 6.29 | 74.58 | - |
| YUV | 40.5 | 234.37 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 229 | 0.99 | 0.90 | 0 | 0.10 | 234.69 | 0.97 | 0.45 |
| Hex | 3 | 17 | E5 | 63 | 5A | 0 | A | EB | 61 | 2D |
| Octal | 3 | 27 | 345 | 143 | 132 | 0 | 12 | 353 | 141 | 55 |
| Binary | 11 | 10111 | 11100101 | 1100011 | 1011010 | 0 | 1010 | 11101011 | 1100001 | 101101 |
Color Harmonies of #0317E5
Complementary color
Monochromatic Colors of #0317E5
Black with #0317E5
Text Example
Text Example
White with #0317E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0317E5; }
p { color: rgb(3,23,229); }
H1.HeaderClassName
{
color: #0317E5;
}
.AnyTagClassName
{
color: #0317E5;
}
</style>
background-color css
<style>
a { background-color: #0317E5; }
a { background-color: rgb(3,23,229); }
div.DivClassName
{
background-color: #0317E5;
}
.BgClassName
{
background-color: #0317E5;
}
</style>
border-color css
<style>
span { border-color: #0317E5; }
span { border-color: rgb(3,23,229); }
td.TdClassName
{
border-color: #0317E5;
}
.TagClassName
{
border-color: #0317E5;
}
</style>