Shades of Medium Blue #0325DB
Tints of Medium Blue #0325DB
RGB
CMYK
RGB Variations
Color information
#0325DB (or 0x0325DB) is known color: Medium Blue. HEX triplet: 03, 25 and DB. RGB value is (3,37,219). Sum of RGB (Red+Green+Blue) = 3+37+219=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 219 (85.94% from 255 or 84.56% from 259); Max value from RGB is 219 - color contains mainly: blue. Hex color #0325DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0325DB is #FCDA24. Grayscale: #2E2E2E. Windows color (decimal): -16570917 or 14361859. OLE color: 14361859.
HSL color Cylindrical-coordinate representation of color #0325DB: hue angle of 230.56º 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 #0325DB is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 37 | 219 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.14 |
| HSL | 230.56º | 0.97% | 0.44% | - |
| HSV(B) | 230.56º | 0.99% | 0.86% | - |
| XYZ | 13.49 | 6.46 | 67.55 | - |
| YUV | 47.58 | 224.74 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 219 | 0.99 | 0.83 | 0 | 0.14 | 230.56 | 0.97 | 0.44 |
| Hex | 3 | 25 | DB | 63 | 53 | 0 | E | E7 | 61 | 2C |
| Octal | 3 | 45 | 333 | 143 | 123 | 0 | 16 | 347 | 141 | 54 |
| Binary | 11 | 100101 | 11011011 | 1100011 | 1010011 | 0 | 1110 | 11100111 | 1100001 | 101100 |
Color Harmonies of #0325DB
Complementary color
Monochromatic Colors of #0325DB
Black with #0325DB
Text Example
Text Example
White with #0325DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0325DB; }
p { color: rgb(3,37,219); }
H1.HeaderClassName
{
color: #0325DB;
}
.AnyTagClassName
{
color: #0325DB;
}
</style>
background-color css
<style>
a { background-color: #0325DB; }
a { background-color: rgb(3,37,219); }
div.DivClassName
{
background-color: #0325DB;
}
.BgClassName
{
background-color: #0325DB;
}
</style>
border-color css
<style>
span { border-color: #0325DB; }
span { border-color: rgb(3,37,219); }
td.TdClassName
{
border-color: #0325DB;
}
.TagClassName
{
border-color: #0325DB;
}
</style>