Shades of Blue #033FFF
Tints of Blue #033FFF
RGB
CMYK
RGB Variations
Color information
#033FFF (or 0x033FFF) is known color: Blue. HEX triplet: 03, 3F and FF. RGB value is (3,63,255). Sum of RGB (Red+Green+Blue) = 3+63+255=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #033FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FFF is #FCC000. Grayscale: #424242. Windows color (decimal): -16564225 or 16727811. OLE color: 16727811.
HSL color Cylindrical-coordinate representation of color #033FFF: hue angle of 225.71º 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 #033FFF is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 63 | 255 | - |
| CMYK | 0.99 | 0.75 | 0 | 0 |
| HSL | 225.71º | 1% | 0.51% | - |
| HSV(B) | 225.71º | 0.99% | 1% | - |
| XYZ | 19.87 | 10.79 | 95.64 | - |
| YUV | 66.95 | 234.12 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 255 | 0.99 | 0.75 | 0 | 0 | 225.71 | 1 | 0.51 |
| Hex | 3 | 3F | FF | 63 | 4B | 0 | 0 | E2 | 64 | 33 |
| Octal | 3 | 77 | 377 | 143 | 113 | 0 | 0 | 342 | 144 | 63 |
| Binary | 11 | 111111 | 11111111 | 1100011 | 1001011 | 0 | 0 | 11100010 | 1100100 | 110011 |
Color Harmonies of #033FFF
Complementary color
Monochromatic Colors of #033FFF
Black with #033FFF
Text Example
Text Example
White with #033FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FFF; }
p { color: rgb(3,63,255); }
H1.HeaderClassName
{
color: #033FFF;
}
.AnyTagClassName
{
color: #033FFF;
}
</style>
background-color css
<style>
a { background-color: #033FFF; }
a { background-color: rgb(3,63,255); }
div.DivClassName
{
background-color: #033FFF;
}
.BgClassName
{
background-color: #033FFF;
}
</style>
border-color css
<style>
span { border-color: #033FFF; }
span { border-color: rgb(3,63,255); }
td.TdClassName
{
border-color: #033FFF;
}
.TagClassName
{
border-color: #033FFF;
}
</style>