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