Shades of Medium Blue #0327DB
Tints of Medium Blue #0327DB
RGB
CMYK
RGB Variations
Color information
#0327DB (or 0x0327DB) is known color: Medium Blue. HEX triplet: 03, 27 and DB. RGB value is (3,39,219). Sum of RGB (Red+Green+Blue) = 3+39+219=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 219 (85.94% from 255 or 83.91% from 261); Max value from RGB is 219 - color contains mainly: blue. Hex color #0327DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0327DB is #FCD824. Grayscale: #303030. Windows color (decimal): -16570405 or 14362371. OLE color: 14362371.
HSL color Cylindrical-coordinate representation of color #0327DB: hue angle of 230º 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 #0327DB is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 39 | 219 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.14 |
| HSL | 230º | 0.97% | 0.44% | - |
| HSV(B) | 230º | 0.99% | 0.86% | - |
| XYZ | 13.55 | 6.58 | 67.57 | - |
| YUV | 48.76 | 224.07 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 219 | 0.99 | 0.82 | 0 | 0.14 | 230 | 0.97 | 0.44 |
| Hex | 3 | 27 | DB | 63 | 52 | 0 | E | E6 | 61 | 2C |
| Octal | 3 | 47 | 333 | 143 | 122 | 0 | 16 | 346 | 141 | 54 |
| Binary | 11 | 100111 | 11011011 | 1100011 | 1010010 | 0 | 1110 | 11100110 | 1100001 | 101100 |
Color Harmonies of #0327DB
Complementary color
Monochromatic Colors of #0327DB
Black with #0327DB
Text Example
Text Example
White with #0327DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0327DB; }
p { color: rgb(3,39,219); }
H1.HeaderClassName
{
color: #0327DB;
}
.AnyTagClassName
{
color: #0327DB;
}
</style>
background-color css
<style>
a { background-color: #0327DB; }
a { background-color: rgb(3,39,219); }
div.DivClassName
{
background-color: #0327DB;
}
.BgClassName
{
background-color: #0327DB;
}
</style>
border-color css
<style>
span { border-color: #0327DB; }
span { border-color: rgb(3,39,219); }
td.TdClassName
{
border-color: #0327DB;
}
.TagClassName
{
border-color: #0327DB;
}
</style>