Shades of Blue #0328EF
Tints of Blue #0328EF
RGB
CMYK
RGB Variations
Color information
#0328EF (or 0x0328EF) is known color: Blue. HEX triplet: 03, 28 and EF. RGB value is (3,40,239). Sum of RGB (Red+Green+Blue) = 3+40+239=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #0328EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0328EF is #FCD710. Grayscale: #323232. Windows color (decimal): -16570129 or 15673347. OLE color: 15673347.
HSL color Cylindrical-coordinate representation of color #0328EF: hue angle of 230.59º 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 #0328EF is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 40 | 239 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.06 |
| HSL | 230.59º | 0.98% | 0.47% | - |
| HSV(B) | 230.59º | 0.99% | 0.94% | - |
| XYZ | 16.38 | 7.77 | 82.3 | - |
| YUV | 51.62 | 233.74 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 239 | 0.99 | 0.83 | 0 | 0.06 | 230.59 | 0.98 | 0.47 |
| Hex | 3 | 28 | EF | 63 | 53 | 0 | 6 | E7 | 62 | 2F |
| Octal | 3 | 50 | 357 | 143 | 123 | 0 | 6 | 347 | 142 | 57 |
| Binary | 11 | 101000 | 11101111 | 1100011 | 1010011 | 0 | 110 | 11100111 | 1100010 | 101111 |
Color Harmonies of #0328EF
Complementary color
Monochromatic Colors of #0328EF
Black with #0328EF
Text Example
Text Example
White with #0328EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0328EF; }
p { color: rgb(3,40,239); }
H1.HeaderClassName
{
color: #0328EF;
}
.AnyTagClassName
{
color: #0328EF;
}
</style>
background-color css
<style>
a { background-color: #0328EF; }
a { background-color: rgb(3,40,239); }
div.DivClassName
{
background-color: #0328EF;
}
.BgClassName
{
background-color: #0328EF;
}
</style>
border-color css
<style>
span { border-color: #0328EF; }
span { border-color: rgb(3,40,239); }
td.TdClassName
{
border-color: #0328EF;
}
.TagClassName
{
border-color: #0328EF;
}
</style>