Shades of Medium Blue #0317C5
Tints of Medium Blue #0317C5
RGB
CMYK
RGB Variations
Color information
#0317C5 (or 0x0317C5) is known color: Medium Blue. HEX triplet: 03, 17 and C5. RGB value is (3,23,197). Sum of RGB (Red+Green+Blue) = 3+23+197=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 197 (77.34% from 255 or 88.34% from 223); Max value from RGB is 197 - color contains mainly: blue. Hex color #0317C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0317C5 is #FCE83A. Grayscale: #242424. Windows color (decimal): -16574523 or 12916483. OLE color: 12916483.
HSL color Cylindrical-coordinate representation of color #0317C5: hue angle of 233.81º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0317C5 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 23 | 197 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.23 |
| HSL | 233.81º | 0.97% | 0.39% | - |
| HSV(B) | 233.81º | 0.98% | 0.77% | - |
| XYZ | 10.42 | 4.66 | 53.17 | - |
| YUV | 36.86 | 218.37 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 197 | 0.98 | 0.88 | 0 | 0.23 | 233.81 | 0.97 | 0.39 |
| Hex | 3 | 17 | C5 | 62 | 58 | 0 | 17 | EA | 61 | 27 |
| Octal | 3 | 27 | 305 | 142 | 130 | 0 | 27 | 352 | 141 | 47 |
| Binary | 11 | 10111 | 11000101 | 1100010 | 1011000 | 0 | 10111 | 11101010 | 1100001 | 100111 |
Color Harmonies of #0317C5
Complementary color
Monochromatic Colors of #0317C5
Black with #0317C5
Text Example
Text Example
White with #0317C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0317C5; }
p { color: rgb(3,23,197); }
H1.HeaderClassName
{
color: #0317C5;
}
.AnyTagClassName
{
color: #0317C5;
}
</style>
background-color css
<style>
a { background-color: #0317C5; }
a { background-color: rgb(3,23,197); }
div.DivClassName
{
background-color: #0317C5;
}
.BgClassName
{
background-color: #0317C5;
}
</style>
border-color css
<style>
span { border-color: #0317C5; }
span { border-color: rgb(3,23,197); }
td.TdClassName
{
border-color: #0317C5;
}
.TagClassName
{
border-color: #0317C5;
}
</style>