Shades of Blue #0325F3
Tints of Blue #0325F3
RGB
CMYK
RGB Variations
Color information
#0325F3 (or 0x0325F3) is known color: Blue. HEX triplet: 03, 25 and F3. RGB value is (3,37,243). Sum of RGB (Red+Green+Blue) = 3+37+243=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 243 (95.31% from 255 or 85.87% from 283); Max value from RGB is 243 - color contains mainly: blue. Hex color #0325F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0325F3 is #FCDA0C. Grayscale: #313131. Windows color (decimal): -16570893 or 15934723. OLE color: 15934723.
HSL color Cylindrical-coordinate representation of color #0325F3: hue angle of 231.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0325F3 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 37 | 243 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.05 |
| HSL | 231.5º | 0.98% | 0.48% | - |
| HSV(B) | 231.5º | 0.99% | 0.95% | - |
| XYZ | 16.88 | 7.81 | 85.41 | - |
| YUV | 50.32 | 236.74 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 243 | 0.99 | 0.85 | 0 | 0.05 | 231.5 | 0.98 | 0.48 |
| Hex | 3 | 25 | F3 | 63 | 55 | 0 | 5 | E8 | 62 | 30 |
| Octal | 3 | 45 | 363 | 143 | 125 | 0 | 5 | 350 | 142 | 60 |
| Binary | 11 | 100101 | 11110011 | 1100011 | 1010101 | 0 | 101 | 11101000 | 1100010 | 110000 |
Color Harmonies of #0325F3
Complementary color
Monochromatic Colors of #0325F3
Black with #0325F3
Text Example
Text Example
White with #0325F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0325F3; }
p { color: rgb(3,37,243); }
H1.HeaderClassName
{
color: #0325F3;
}
.AnyTagClassName
{
color: #0325F3;
}
</style>
background-color css
<style>
a { background-color: #0325F3; }
a { background-color: rgb(3,37,243); }
div.DivClassName
{
background-color: #0325F3;
}
.BgClassName
{
background-color: #0325F3;
}
</style>
border-color css
<style>
span { border-color: #0325F3; }
span { border-color: rgb(3,37,243); }
td.TdClassName
{
border-color: #0325F3;
}
.TagClassName
{
border-color: #0325F3;
}
</style>