Shades of Blue #0327FB
Tints of Blue #0327FB
RGB
CMYK
RGB Variations
Color information
#0327FB (or 0x0327FB) is known color: Blue. HEX triplet: 03, 27 and FB. RGB value is (3,39,251). Sum of RGB (Red+Green+Blue) = 3+39+251=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 251 (98.44% from 255 or 85.67% from 293); Max value from RGB is 251 - color contains mainly: blue. Hex color #0327FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0327FB is #FCD804. Grayscale: #333333. Windows color (decimal): -16570373 or 16459523. OLE color: 16459523.
HSL color Cylindrical-coordinate representation of color #0327FB: hue angle of 231.29º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0327FB is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 39 | 251 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.02 |
| HSL | 231.29º | 0.98% | 0.5% | - |
| HSV(B) | 231.29º | 0.99% | 0.98% | - |
| XYZ | 18.18 | 8.44 | 91.94 | - |
| YUV | 52.4 | 240.07 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 251 | 0.99 | 0.84 | 0 | 0.02 | 231.29 | 0.98 | 0.5 |
| Hex | 3 | 27 | FB | 63 | 54 | 0 | 2 | E7 | 62 | 32 |
| Octal | 3 | 47 | 373 | 143 | 124 | 0 | 2 | 347 | 142 | 62 |
| Binary | 11 | 100111 | 11111011 | 1100011 | 1010100 | 0 | 10 | 11100111 | 1100010 | 110010 |
Color Harmonies of #0327FB
Complementary color
Monochromatic Colors of #0327FB
Black with #0327FB
Text Example
Text Example
White with #0327FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0327FB; }
p { color: rgb(3,39,251); }
H1.HeaderClassName
{
color: #0327FB;
}
.AnyTagClassName
{
color: #0327FB;
}
</style>
background-color css
<style>
a { background-color: #0327FB; }
a { background-color: rgb(3,39,251); }
div.DivClassName
{
background-color: #0327FB;
}
.BgClassName
{
background-color: #0327FB;
}
</style>
border-color css
<style>
span { border-color: #0327FB; }
span { border-color: rgb(3,39,251); }
td.TdClassName
{
border-color: #0327FB;
}
.TagClassName
{
border-color: #0327FB;
}
</style>