Shades of Blue #0336FA
Tints of Blue #0336FA
RGB
CMYK
RGB Variations
Color information
#0336FA (or 0x0336FA) is known color: Blue. HEX triplet: 03, 36 and FA. RGB value is (3,54,250). Sum of RGB (Red+Green+Blue) = 3+54+250=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 250 (98.05% from 255 or 81.43% from 307); Max value from RGB is 250 - color contains mainly: blue. Hex color #0336FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0336FA is #FCC905. Grayscale: #3C3C3C. Windows color (decimal): -16566534 or 16397827. OLE color: 16397827.
HSL color Cylindrical-coordinate representation of color #0336FA: hue angle of 227.61º 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 #0336FA is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 54 | 250 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.02 |
| HSL | 227.61º | 0.98% | 0.5% | - |
| HSV(B) | 227.61º | 0.99% | 0.98% | - |
| XYZ | 18.61 | 9.56 | 91.31 | - |
| YUV | 61.1 | 234.6 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 250 | 0.99 | 0.78 | 0 | 0.02 | 227.61 | 0.98 | 0.5 |
| Hex | 3 | 36 | FA | 63 | 4E | 0 | 2 | E4 | 62 | 32 |
| Octal | 3 | 66 | 372 | 143 | 116 | 0 | 2 | 344 | 142 | 62 |
| Binary | 11 | 110110 | 11111010 | 1100011 | 1001110 | 0 | 10 | 11100100 | 1100010 | 110010 |
Color Harmonies of #0336FA
Complementary color
Monochromatic Colors of #0336FA
Black with #0336FA
Text Example
Text Example
White with #0336FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0336FA; }
p { color: rgb(3,54,250); }
H1.HeaderClassName
{
color: #0336FA;
}
.AnyTagClassName
{
color: #0336FA;
}
</style>
background-color css
<style>
a { background-color: #0336FA; }
a { background-color: rgb(3,54,250); }
div.DivClassName
{
background-color: #0336FA;
}
.BgClassName
{
background-color: #0336FA;
}
</style>
border-color css
<style>
span { border-color: #0336FA; }
span { border-color: rgb(3,54,250); }
td.TdClassName
{
border-color: #0336FA;
}
.TagClassName
{
border-color: #0336FA;
}
</style>