Shades of Blue #033EFF
Tints of Blue #033EFF
RGB
CMYK
RGB Variations
Color information
#033EFF (or 0x033EFF) is known color: Blue. HEX triplet: 03, 3E and FF. RGB value is (3,62,255). Sum of RGB (Red+Green+Blue) = 3+62+255=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #033EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033EFF is #FCC100. Grayscale: #414141. Windows color (decimal): -16564481 or 16727555. OLE color: 16727555.
HSL color Cylindrical-coordinate representation of color #033EFF: hue angle of 225.95º 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 #033EFF is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 62 | 255 | - |
| CMYK | 0.99 | 0.76 | 0 | 0 |
| HSL | 225.95º | 1% | 0.51% | - |
| HSV(B) | 225.95º | 0.99% | 1% | - |
| XYZ | 19.81 | 10.68 | 95.63 | - |
| YUV | 66.36 | 234.45 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 255 | 0.99 | 0.76 | 0 | 0 | 225.95 | 1 | 0.51 |
| Hex | 3 | 3E | FF | 63 | 4C | 0 | 0 | E2 | 64 | 33 |
| Octal | 3 | 76 | 377 | 143 | 114 | 0 | 0 | 342 | 144 | 63 |
| Binary | 11 | 111110 | 11111111 | 1100011 | 1001100 | 0 | 0 | 11100010 | 1100100 | 110011 |
Color Harmonies of #033EFF
Complementary color
Monochromatic Colors of #033EFF
Black with #033EFF
Text Example
Text Example
White with #033EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033EFF; }
p { color: rgb(3,62,255); }
H1.HeaderClassName
{
color: #033EFF;
}
.AnyTagClassName
{
color: #033EFF;
}
</style>
background-color css
<style>
a { background-color: #033EFF; }
a { background-color: rgb(3,62,255); }
div.DivClassName
{
background-color: #033EFF;
}
.BgClassName
{
background-color: #033EFF;
}
</style>
border-color css
<style>
span { border-color: #033EFF; }
span { border-color: rgb(3,62,255); }
td.TdClassName
{
border-color: #033EFF;
}
.TagClassName
{
border-color: #033EFF;
}
</style>