Shades of Blue #0326EF
Tints of Blue #0326EF
RGB
CMYK
RGB Variations
Color information
#0326EF (or 0x0326EF) is known color: Blue. HEX triplet: 03, 26 and EF. RGB value is (3,38,239). Sum of RGB (Red+Green+Blue) = 3+38+239=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 239 (93.75% from 255 or 85.36% from 280); Max value from RGB is 239 - color contains mainly: blue. Hex color #0326EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0326EF is #FCD910. Grayscale: #313131. Windows color (decimal): -16570641 or 15672835. OLE color: 15672835.
HSL color Cylindrical-coordinate representation of color #0326EF: hue angle of 231.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0326EF is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 38 | 239 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.06 |
| HSL | 231.1º | 0.98% | 0.47% | - |
| HSV(B) | 231.1º | 0.99% | 0.94% | - |
| XYZ | 16.31 | 7.64 | 82.28 | - |
| YUV | 50.45 | 234.4 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 239 | 0.99 | 0.84 | 0 | 0.06 | 231.1 | 0.98 | 0.47 |
| Hex | 3 | 26 | EF | 63 | 54 | 0 | 6 | E7 | 62 | 2F |
| Octal | 3 | 46 | 357 | 143 | 124 | 0 | 6 | 347 | 142 | 57 |
| Binary | 11 | 100110 | 11101111 | 1100011 | 1010100 | 0 | 110 | 11100111 | 1100010 | 101111 |
Color Harmonies of #0326EF
Complementary color
Monochromatic Colors of #0326EF
Black with #0326EF
Text Example
Text Example
White with #0326EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0326EF; }
p { color: rgb(3,38,239); }
H1.HeaderClassName
{
color: #0326EF;
}
.AnyTagClassName
{
color: #0326EF;
}
</style>
background-color css
<style>
a { background-color: #0326EF; }
a { background-color: rgb(3,38,239); }
div.DivClassName
{
background-color: #0326EF;
}
.BgClassName
{
background-color: #0326EF;
}
</style>
border-color css
<style>
span { border-color: #0326EF; }
span { border-color: rgb(3,38,239); }
td.TdClassName
{
border-color: #0326EF;
}
.TagClassName
{
border-color: #0326EF;
}
</style>