Shades of Blue #033AFF
Tints of Blue #033AFF
RGB
CMYK
RGB Variations
Color information
#033AFF (or 0x033AFF) is known color: Blue. HEX triplet: 03, 3A and FF. RGB value is (3,58,255). Sum of RGB (Red+Green+Blue) = 3+58+255=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #033AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033AFF is #FCC500. Grayscale: #3F3F3F. Windows color (decimal): -16565505 or 16726531. OLE color: 16726531.
HSL color Cylindrical-coordinate representation of color #033AFF: hue angle of 226.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033AFF is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 58 | 255 | - |
| CMYK | 0.99 | 0.77 | 0 | 0 |
| HSL | 226.9º | 1% | 0.51% | - |
| HSV(B) | 226.9º | 0.99% | 1% | - |
| XYZ | 19.6 | 10.27 | 95.56 | - |
| YUV | 64.01 | 235.78 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 255 | 0.99 | 0.77 | 0 | 0 | 226.9 | 1 | 0.51 |
| Hex | 3 | 3A | FF | 63 | 4D | 0 | 0 | E3 | 64 | 33 |
| Octal | 3 | 72 | 377 | 143 | 115 | 0 | 0 | 343 | 144 | 63 |
| Binary | 11 | 111010 | 11111111 | 1100011 | 1001101 | 0 | 0 | 11100011 | 1100100 | 110011 |
Color Harmonies of #033AFF
Complementary color
Monochromatic Colors of #033AFF
Black with #033AFF
Text Example
Text Example
White with #033AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033AFF; }
p { color: rgb(3,58,255); }
H1.HeaderClassName
{
color: #033AFF;
}
.AnyTagClassName
{
color: #033AFF;
}
</style>
background-color css
<style>
a { background-color: #033AFF; }
a { background-color: rgb(3,58,255); }
div.DivClassName
{
background-color: #033AFF;
}
.BgClassName
{
background-color: #033AFF;
}
</style>
border-color css
<style>
span { border-color: #033AFF; }
span { border-color: rgb(3,58,255); }
td.TdClassName
{
border-color: #033AFF;
}
.TagClassName
{
border-color: #033AFF;
}
</style>