Shades of Blue #0326FD
Tints of Blue #0326FD
RGB
CMYK
RGB Variations
Color information
#0326FD (or 0x0326FD) is known color: Blue. HEX triplet: 03, 26 and FD. RGB value is (3,38,253). Sum of RGB (Red+Green+Blue) = 3+38+253=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 253 (99.22% from 255 or 86.05% from 294); Max value from RGB is 253 - color contains mainly: blue. Hex color #0326FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0326FD is #FCD902. Grayscale: #333333. Windows color (decimal): -16570627 or 16590339. OLE color: 16590339.
HSL color Cylindrical-coordinate representation of color #0326FD: hue angle of 231.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0326FD is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 38 | 253 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.01 |
| HSL | 231.6º | 0.98% | 0.5% | - |
| HSV(B) | 231.6º | 0.99% | 0.99% | - |
| XYZ | 18.46 | 8.5 | 93.6 | - |
| YUV | 52.05 | 241.4 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 253 | 0.99 | 0.85 | 0 | 0.01 | 231.6 | 0.98 | 0.5 |
| Hex | 3 | 26 | FD | 63 | 55 | 0 | 1 | E8 | 62 | 32 |
| Octal | 3 | 46 | 375 | 143 | 125 | 0 | 1 | 350 | 142 | 62 |
| Binary | 11 | 100110 | 11111101 | 1100011 | 1010101 | 0 | 1 | 11101000 | 1100010 | 110010 |
Color Harmonies of #0326FD
Complementary color
Monochromatic Colors of #0326FD
Black with #0326FD
Text Example
Text Example
White with #0326FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0326FD; }
p { color: rgb(3,38,253); }
H1.HeaderClassName
{
color: #0326FD;
}
.AnyTagClassName
{
color: #0326FD;
}
</style>
background-color css
<style>
a { background-color: #0326FD; }
a { background-color: rgb(3,38,253); }
div.DivClassName
{
background-color: #0326FD;
}
.BgClassName
{
background-color: #0326FD;
}
</style>
border-color css
<style>
span { border-color: #0326FD; }
span { border-color: rgb(3,38,253); }
td.TdClassName
{
border-color: #0326FD;
}
.TagClassName
{
border-color: #0326FD;
}
</style>