Shades of Blue #0328EA
Tints of Blue #0328EA
RGB
CMYK
RGB Variations
Color information
#0328EA (or 0x0328EA) is known color: Blue. HEX triplet: 03, 28 and EA. RGB value is (3,40,234). Sum of RGB (Red+Green+Blue) = 3+40+234=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 234 (91.80% from 255 or 84.48% from 277); Max value from RGB is 234 - color contains mainly: blue. Hex color #0328EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0328EA is #FCD715. Grayscale: #323232. Windows color (decimal): -16570134 or 15345667. OLE color: 15345667.
HSL color Cylindrical-coordinate representation of color #0328EA: hue angle of 230.39º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0328EA is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 40 | 234 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.08 |
| HSL | 230.39º | 0.97% | 0.46% | - |
| HSV(B) | 230.39º | 0.99% | 0.92% | - |
| XYZ | 15.65 | 7.48 | 78.46 | - |
| YUV | 51.05 | 231.24 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 234 | 0.99 | 0.83 | 0 | 0.08 | 230.39 | 0.97 | 0.46 |
| Hex | 3 | 28 | EA | 63 | 53 | 0 | 8 | E6 | 61 | 2E |
| Octal | 3 | 50 | 352 | 143 | 123 | 0 | 10 | 346 | 141 | 56 |
| Binary | 11 | 101000 | 11101010 | 1100011 | 1010011 | 0 | 1000 | 11100110 | 1100001 | 101110 |
Color Harmonies of #0328EA
Complementary color
Monochromatic Colors of #0328EA
Black with #0328EA
Text Example
Text Example
White with #0328EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0328EA; }
p { color: rgb(3,40,234); }
H1.HeaderClassName
{
color: #0328EA;
}
.AnyTagClassName
{
color: #0328EA;
}
</style>
background-color css
<style>
a { background-color: #0328EA; }
a { background-color: rgb(3,40,234); }
div.DivClassName
{
background-color: #0328EA;
}
.BgClassName
{
background-color: #0328EA;
}
</style>
border-color css
<style>
span { border-color: #0328EA; }
span { border-color: rgb(3,40,234); }
td.TdClassName
{
border-color: #0328EA;
}
.TagClassName
{
border-color: #0328EA;
}
</style>