Shades of Blue #033CFE
Tints of Blue #033CFE
RGB
CMYK
RGB Variations
Color information
#033CFE (or 0x033CFE) is known color: Blue. HEX triplet: 03, 3C and FE. RGB value is (3,60,254). Sum of RGB (Red+Green+Blue) = 3+60+254=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #033CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033CFE is #FCC301. Grayscale: #404040. Windows color (decimal): -16564994 or 16661507. OLE color: 16661507.
HSL color Cylindrical-coordinate representation of color #033CFE: hue angle of 226.37º 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 #033CFE is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 60 | 254 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.00 |
| HSL | 226.37º | 0.99% | 0.5% | - |
| HSV(B) | 226.37º | 0.99% | 1% | - |
| XYZ | 19.54 | 10.41 | 94.74 | - |
| YUV | 65.07 | 234.62 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 254 | 0.99 | 0.76 | 0 | 0.00 | 226.37 | 0.99 | 0.5 |
| Hex | 3 | 3C | FE | 63 | 4C | 0 | 0 | E2 | 63 | 32 |
| Octal | 3 | 74 | 376 | 143 | 114 | 0 | 0 | 342 | 143 | 62 |
| Binary | 11 | 111100 | 11111110 | 1100011 | 1001100 | 0 | 0 | 11100010 | 1100011 | 110010 |
Color Harmonies of #033CFE
Complementary color
Monochromatic Colors of #033CFE
Black with #033CFE
Text Example
Text Example
White with #033CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033CFE; }
p { color: rgb(3,60,254); }
H1.HeaderClassName
{
color: #033CFE;
}
.AnyTagClassName
{
color: #033CFE;
}
</style>
background-color css
<style>
a { background-color: #033CFE; }
a { background-color: rgb(3,60,254); }
div.DivClassName
{
background-color: #033CFE;
}
.BgClassName
{
background-color: #033CFE;
}
</style>
border-color css
<style>
span { border-color: #033CFE; }
span { border-color: rgb(3,60,254); }
td.TdClassName
{
border-color: #033CFE;
}
.TagClassName
{
border-color: #033CFE;
}
</style>