Shades of Blue #033BFE
Tints of Blue #033BFE
RGB
CMYK
RGB Variations
Color information
#033BFE (or 0x033BFE) is known color: Blue. HEX triplet: 03, 3B and FE. RGB value is (3,59,254). Sum of RGB (Red+Green+Blue) = 3+59+254=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 254 (99.61% from 255 or 80.38% from 316); Max value from RGB is 254 - color contains mainly: blue. Hex color #033BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033BFE is #FCC401. Grayscale: #3F3F3F. Windows color (decimal): -16565250 or 16661251. OLE color: 16661251.
HSL color Cylindrical-coordinate representation of color #033BFE: hue angle of 226.61º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033BFE is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 59 | 254 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.00 |
| HSL | 226.61º | 0.99% | 0.5% | - |
| HSV(B) | 226.61º | 0.99% | 1% | - |
| XYZ | 19.49 | 10.3 | 94.73 | - |
| YUV | 64.49 | 234.95 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 254 | 0.99 | 0.77 | 0 | 0.00 | 226.61 | 0.99 | 0.5 |
| Hex | 3 | 3B | FE | 63 | 4D | 0 | 0 | E3 | 63 | 32 |
| Octal | 3 | 73 | 376 | 143 | 115 | 0 | 0 | 343 | 143 | 62 |
| Binary | 11 | 111011 | 11111110 | 1100011 | 1001101 | 0 | 0 | 11100011 | 1100011 | 110010 |
Color Harmonies of #033BFE
Complementary color
Monochromatic Colors of #033BFE
Black with #033BFE
Text Example
Text Example
White with #033BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BFE; }
p { color: rgb(3,59,254); }
H1.HeaderClassName
{
color: #033BFE;
}
.AnyTagClassName
{
color: #033BFE;
}
</style>
background-color css
<style>
a { background-color: #033BFE; }
a { background-color: rgb(3,59,254); }
div.DivClassName
{
background-color: #033BFE;
}
.BgClassName
{
background-color: #033BFE;
}
</style>
border-color css
<style>
span { border-color: #033BFE; }
span { border-color: rgb(3,59,254); }
td.TdClassName
{
border-color: #033BFE;
}
.TagClassName
{
border-color: #033BFE;
}
</style>