Shades of Blue #0306FC
Tints of Blue #0306FC
RGB
CMYK
RGB Variations
Color information
#0306FC (or 0x0306FC) is known color: Blue. HEX triplet: 03, 06 and FC. RGB value is (3,6,252). Sum of RGB (Red+Green+Blue) = 3+6+252=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 252 (98.83% from 255 or 96.55% from 261); Max value from RGB is 252 - color contains mainly: blue. Hex color #0306FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0306FC is #FCF903. Grayscale: #202020. Windows color (decimal): -16578820 or 16516611. OLE color: 16516611.
HSL color Cylindrical-coordinate representation of color #0306FC: hue angle of 239.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0306FC is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 6 | 252 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.01 |
| HSL | 239.28º | 0.98% | 0.5% | - |
| HSV(B) | 239.28º | 0.99% | 0.99% | - |
| XYZ | 17.67 | 7.18 | 92.55 | - |
| YUV | 33.15 | 251.51 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 252 | 0.99 | 0.98 | 0 | 0.01 | 239.28 | 0.98 | 0.5 |
| Hex | 3 | 6 | FC | 63 | 62 | 0 | 1 | EF | 62 | 32 |
| Octal | 3 | 6 | 374 | 143 | 142 | 0 | 1 | 357 | 142 | 62 |
| Binary | 11 | 110 | 11111100 | 1100011 | 1100010 | 0 | 1 | 11101111 | 1100010 | 110010 |
Color Harmonies of #0306FC
Complementary color
Monochromatic Colors of #0306FC
Black with #0306FC
Text Example
Text Example
White with #0306FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0306FC; }
p { color: rgb(3,6,252); }
H1.HeaderClassName
{
color: #0306FC;
}
.AnyTagClassName
{
color: #0306FC;
}
</style>
background-color css
<style>
a { background-color: #0306FC; }
a { background-color: rgb(3,6,252); }
div.DivClassName
{
background-color: #0306FC;
}
.BgClassName
{
background-color: #0306FC;
}
</style>
border-color css
<style>
span { border-color: #0306FC; }
span { border-color: rgb(3,6,252); }
td.TdClassName
{
border-color: #0306FC;
}
.TagClassName
{
border-color: #0306FC;
}
</style>