Shades of Blue #0327FF
Tints of Blue #0327FF
RGB
CMYK
RGB Variations
Color information
#0327FF (or 0x0327FF) is known color: Blue. HEX triplet: 03, 27 and FF. RGB value is (3,39,255). Sum of RGB (Red+Green+Blue) = 3+39+255=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 255 (100% from 255 or 85.86% from 297); Max value from RGB is 255 - color contains mainly: blue. Hex color #0327FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0327FF is #FCD800. Grayscale: #333333. Windows color (decimal): -16570369 or 16721667. OLE color: 16721667.
HSL color Cylindrical-coordinate representation of color #0327FF: hue angle of 231.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0327FF is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 39 | 255 | - |
| CMYK | 0.99 | 0.85 | 0 | 0 |
| HSL | 231.43º | 1% | 0.51% | - |
| HSV(B) | 231.43º | 0.99% | 1% | - |
| XYZ | 18.81 | 8.69 | 95.29 | - |
| YUV | 52.86 | 242.07 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 255 | 0.99 | 0.85 | 0 | 0 | 231.43 | 1 | 0.51 |
| Hex | 3 | 27 | FF | 63 | 55 | 0 | 0 | E7 | 64 | 33 |
| Octal | 3 | 47 | 377 | 143 | 125 | 0 | 0 | 347 | 144 | 63 |
| Binary | 11 | 100111 | 11111111 | 1100011 | 1010101 | 0 | 0 | 11100111 | 1100100 | 110011 |
Color Harmonies of #0327FF
Complementary color
Monochromatic Colors of #0327FF
Black with #0327FF
Text Example
Text Example
White with #0327FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0327FF; }
p { color: rgb(3,39,255); }
H1.HeaderClassName
{
color: #0327FF;
}
.AnyTagClassName
{
color: #0327FF;
}
</style>
background-color css
<style>
a { background-color: #0327FF; }
a { background-color: rgb(3,39,255); }
div.DivClassName
{
background-color: #0327FF;
}
.BgClassName
{
background-color: #0327FF;
}
</style>
border-color css
<style>
span { border-color: #0327FF; }
span { border-color: rgb(3,39,255); }
td.TdClassName
{
border-color: #0327FF;
}
.TagClassName
{
border-color: #0327FF;
}
</style>