Shades of Blue #0034FC
Tints of Blue #0034FC
RGB
CMYK
RGB Variations
Color information
#0034FC (or 0x0034FC) is known color: Blue. HEX triplet: 00, 34 and FC. RGB value is (0,52,252). Sum of RGB (Red+Green+Blue) = 0+52+252=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 252 (98.83% from 255 or 82.89% from 304); Max value from RGB is 252 - color contains mainly: blue. Hex color #0034FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0034FC is #FFCB03. Grayscale: #3A3A3A. Windows color (decimal): -16763652 or 16528384. OLE color: 16528384.
HSL color Cylindrical-coordinate representation of color #0034FC: hue angle of 227.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0034FC is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 52 | 252 | - |
| CMYK | 1 | 0.79 | 0 | 0.01 |
| HSL | 227.62º | 1% | 0.49% | - |
| HSV(B) | 227.62º | 1% | 0.99% | - |
| XYZ | 18.8 | 9.48 | 92.94 | - |
| YUV | 59.25 | 236.77 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 252 | 1 | 0.79 | 0 | 0.01 | 227.62 | 1 | 0.49 |
| Hex | 0 | 34 | FC | 64 | 4F | 0 | 1 | E4 | 64 | 31 |
| Octal | 0 | 64 | 374 | 144 | 117 | 0 | 1 | 344 | 144 | 61 |
| Binary | 0 | 110100 | 11111100 | 1100100 | 1001111 | 0 | 1 | 11100100 | 1100100 | 110001 |
Color Harmonies of #0034FC
Complementary color
Monochromatic Colors of #0034FC
Black with #0034FC
Text Example
Text Example
White with #0034FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0034FC; }
p { color: rgb(0,52,252); }
H1.HeaderClassName
{
color: #0034FC;
}
.AnyTagClassName
{
color: #0034FC;
}
</style>
background-color css
<style>
a { background-color: #0034FC; }
a { background-color: rgb(0,52,252); }
div.DivClassName
{
background-color: #0034FC;
}
.BgClassName
{
background-color: #0034FC;
}
</style>
border-color css
<style>
span { border-color: #0034FC; }
span { border-color: rgb(0,52,252); }
td.TdClassName
{
border-color: #0034FC;
}
.TagClassName
{
border-color: #0034FC;
}
</style>