Shades of Blue #0326FF
Tints of Blue #0326FF
RGB
CMYK
RGB Variations
Color information
#0326FF (or 0x0326FF) is known color: Blue. HEX triplet: 03, 26 and FF. RGB value is (3,38,255). Sum of RGB (Red+Green+Blue) = 3+38+255=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 255 (100% from 255 or 86.15% from 296); Max value from RGB is 255 - color contains mainly: blue. Hex color #0326FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0326FF is #FCD900. Grayscale: #333333. Windows color (decimal): -16570625 or 16721411. OLE color: 16721411.
HSL color Cylindrical-coordinate representation of color #0326FF: hue angle of 231.67º 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 #0326FF is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 38 | 255 | - |
| CMYK | 0.99 | 0.85 | 0 | 0 |
| HSL | 231.67º | 1% | 0.51% | - |
| HSV(B) | 231.67º | 0.99% | 1% | - |
| XYZ | 18.78 | 8.63 | 95.28 | - |
| YUV | 52.27 | 242.4 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 255 | 0.99 | 0.85 | 0 | 0 | 231.67 | 1 | 0.51 |
| Hex | 3 | 26 | FF | 63 | 55 | 0 | 0 | E8 | 64 | 33 |
| Octal | 3 | 46 | 377 | 143 | 125 | 0 | 0 | 350 | 144 | 63 |
| Binary | 11 | 100110 | 11111111 | 1100011 | 1010101 | 0 | 0 | 11101000 | 1100100 | 110011 |
Color Harmonies of #0326FF
Complementary color
Monochromatic Colors of #0326FF
Black with #0326FF
Text Example
Text Example
White with #0326FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0326FF; }
p { color: rgb(3,38,255); }
H1.HeaderClassName
{
color: #0326FF;
}
.AnyTagClassName
{
color: #0326FF;
}
</style>
background-color css
<style>
a { background-color: #0326FF; }
a { background-color: rgb(3,38,255); }
div.DivClassName
{
background-color: #0326FF;
}
.BgClassName
{
background-color: #0326FF;
}
</style>
border-color css
<style>
span { border-color: #0326FF; }
span { border-color: rgb(3,38,255); }
td.TdClassName
{
border-color: #0326FF;
}
.TagClassName
{
border-color: #0326FF;
}
</style>