Shades of Medium Blue #0317DB
Tints of Medium Blue #0317DB
RGB
CMYK
RGB Variations
Color information
#0317DB (or 0x0317DB) is known color: Medium Blue. HEX triplet: 03, 17 and DB. RGB value is (3,23,219). Sum of RGB (Red+Green+Blue) = 3+23+219=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 219 (85.94% from 255 or 89.39% from 245); Max value from RGB is 219 - color contains mainly: blue. Hex color #0317DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0317DB is #FCE824. Grayscale: #262626. Windows color (decimal): -16574501 or 14358275. OLE color: 14358275.
HSL color Cylindrical-coordinate representation of color #0317DB: hue angle of 234.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0317DB is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 23 | 219 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.14 |
| HSL | 234.44º | 0.97% | 0.44% | - |
| HSV(B) | 234.44º | 0.99% | 0.86% | - |
| XYZ | 13.13 | 5.75 | 67.44 | - |
| YUV | 39.36 | 229.37 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 219 | 0.99 | 0.89 | 0 | 0.14 | 234.44 | 0.97 | 0.44 |
| Hex | 3 | 17 | DB | 63 | 59 | 0 | E | EA | 61 | 2C |
| Octal | 3 | 27 | 333 | 143 | 131 | 0 | 16 | 352 | 141 | 54 |
| Binary | 11 | 10111 | 11011011 | 1100011 | 1011001 | 0 | 1110 | 11101010 | 1100001 | 101100 |
Color Harmonies of #0317DB
Complementary color
Monochromatic Colors of #0317DB
Black with #0317DB
Text Example
Text Example
White with #0317DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0317DB; }
p { color: rgb(3,23,219); }
H1.HeaderClassName
{
color: #0317DB;
}
.AnyTagClassName
{
color: #0317DB;
}
</style>
background-color css
<style>
a { background-color: #0317DB; }
a { background-color: rgb(3,23,219); }
div.DivClassName
{
background-color: #0317DB;
}
.BgClassName
{
background-color: #0317DB;
}
</style>
border-color css
<style>
span { border-color: #0317DB; }
span { border-color: rgb(3,23,219); }
td.TdClassName
{
border-color: #0317DB;
}
.TagClassName
{
border-color: #0317DB;
}
</style>