Shades of Blue #033DFF
Tints of Blue #033DFF
RGB
CMYK
RGB Variations
Color information
#033DFF (or 0x033DFF) is known color: Blue. HEX triplet: 03, 3D and FF. RGB value is (3,61,255). Sum of RGB (Red+Green+Blue) = 3+61+255=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #033DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DFF is #FCC200. Grayscale: #404040. Windows color (decimal): -16564737 or 16727299. OLE color: 16727299.
HSL color Cylindrical-coordinate representation of color #033DFF: hue angle of 226.19º 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 #033DFF is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 61 | 255 | - |
| CMYK | 0.99 | 0.76 | 0 | 0 |
| HSL | 226.19º | 1% | 0.51% | - |
| HSV(B) | 226.19º | 0.99% | 1% | - |
| XYZ | 19.76 | 10.58 | 95.61 | - |
| YUV | 65.77 | 234.78 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 255 | 0.99 | 0.76 | 0 | 0 | 226.19 | 1 | 0.51 |
| Hex | 3 | 3D | FF | 63 | 4C | 0 | 0 | E2 | 64 | 33 |
| Octal | 3 | 75 | 377 | 143 | 114 | 0 | 0 | 342 | 144 | 63 |
| Binary | 11 | 111101 | 11111111 | 1100011 | 1001100 | 0 | 0 | 11100010 | 1100100 | 110011 |
Color Harmonies of #033DFF
Complementary color
Monochromatic Colors of #033DFF
Black with #033DFF
Text Example
Text Example
White with #033DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DFF; }
p { color: rgb(3,61,255); }
H1.HeaderClassName
{
color: #033DFF;
}
.AnyTagClassName
{
color: #033DFF;
}
</style>
background-color css
<style>
a { background-color: #033DFF; }
a { background-color: rgb(3,61,255); }
div.DivClassName
{
background-color: #033DFF;
}
.BgClassName
{
background-color: #033DFF;
}
</style>
border-color css
<style>
span { border-color: #033DFF; }
span { border-color: rgb(3,61,255); }
td.TdClassName
{
border-color: #033DFF;
}
.TagClassName
{
border-color: #033DFF;
}
</style>