Shades of Blue #0324EA
Tints of Blue #0324EA
RGB
CMYK
RGB Variations
Color information
#0324EA (or 0x0324EA) is known color: Blue. HEX triplet: 03, 24 and EA. RGB value is (3,36,234). Sum of RGB (Red+Green+Blue) = 3+36+234=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 234 (91.80% from 255 or 85.71% from 273); Max value from RGB is 234 - color contains mainly: blue. Hex color #0324EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0324EA is #FCDB15. Grayscale: #2F2F2F. Windows color (decimal): -16571158 or 15344643. OLE color: 15344643.
HSL color Cylindrical-coordinate representation of color #0324EA: hue angle of 231.43º 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 #0324EA is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 36 | 234 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.08 |
| HSL | 231.43º | 0.97% | 0.46% | - |
| HSV(B) | 231.43º | 0.99% | 0.92% | - |
| XYZ | 15.52 | 7.22 | 78.42 | - |
| YUV | 48.71 | 232.57 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 234 | 0.99 | 0.85 | 0 | 0.08 | 231.43 | 0.97 | 0.46 |
| Hex | 3 | 24 | EA | 63 | 55 | 0 | 8 | E7 | 61 | 2E |
| Octal | 3 | 44 | 352 | 143 | 125 | 0 | 10 | 347 | 141 | 56 |
| Binary | 11 | 100100 | 11101010 | 1100011 | 1010101 | 0 | 1000 | 11100111 | 1100001 | 101110 |
Color Harmonies of #0324EA
Complementary color
Monochromatic Colors of #0324EA
Black with #0324EA
Text Example
Text Example
White with #0324EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0324EA; }
p { color: rgb(3,36,234); }
H1.HeaderClassName
{
color: #0324EA;
}
.AnyTagClassName
{
color: #0324EA;
}
</style>
background-color css
<style>
a { background-color: #0324EA; }
a { background-color: rgb(3,36,234); }
div.DivClassName
{
background-color: #0324EA;
}
.BgClassName
{
background-color: #0324EA;
}
</style>
border-color css
<style>
span { border-color: #0324EA; }
span { border-color: rgb(3,36,234); }
td.TdClassName
{
border-color: #0324EA;
}
.TagClassName
{
border-color: #0324EA;
}
</style>