Shades of Blue #033EFB
Tints of Blue #033EFB
RGB
CMYK
RGB Variations
Color information
#033EFB (or 0x033EFB) is known color: Blue. HEX triplet: 03, 3E and FB. RGB value is (3,62,251). Sum of RGB (Red+Green+Blue) = 3+62+251=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 251 (98.44% from 255 or 79.43% from 316); Max value from RGB is 251 - color contains mainly: blue. Hex color #033EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033EFB is #FCC104. Grayscale: #414141. Windows color (decimal): -16564485 or 16465411. OLE color: 16465411.
HSL color Cylindrical-coordinate representation of color #033EFB: hue angle of 225.73º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033EFB is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 62 | 251 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.02 |
| HSL | 225.73º | 0.98% | 0.5% | - |
| HSV(B) | 225.73º | 0.99% | 0.98% | - |
| XYZ | 19.17 | 10.43 | 92.27 | - |
| YUV | 65.91 | 232.45 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 251 | 0.99 | 0.75 | 0 | 0.02 | 225.73 | 0.98 | 0.5 |
| Hex | 3 | 3E | FB | 63 | 4B | 0 | 2 | E2 | 62 | 32 |
| Octal | 3 | 76 | 373 | 143 | 113 | 0 | 2 | 342 | 142 | 62 |
| Binary | 11 | 111110 | 11111011 | 1100011 | 1001011 | 0 | 10 | 11100010 | 1100010 | 110010 |
Color Harmonies of #033EFB
Complementary color
Monochromatic Colors of #033EFB
Black with #033EFB
Text Example
Text Example
White with #033EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033EFB; }
p { color: rgb(3,62,251); }
H1.HeaderClassName
{
color: #033EFB;
}
.AnyTagClassName
{
color: #033EFB;
}
</style>
background-color css
<style>
a { background-color: #033EFB; }
a { background-color: rgb(3,62,251); }
div.DivClassName
{
background-color: #033EFB;
}
.BgClassName
{
background-color: #033EFB;
}
</style>
border-color css
<style>
span { border-color: #033EFB; }
span { border-color: rgb(3,62,251); }
td.TdClassName
{
border-color: #033EFB;
}
.TagClassName
{
border-color: #033EFB;
}
</style>