#0034FF

Color #0034FF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0034FF

Tints of Blue #0034FF

Color information

#0034FF (or 0x0034FF) is unknown color: approx Blue. HEX triplet: 00, 34 and FF. RGB value is (0,52,255). Sum of RGB (Red+Green+Blue) = 0+52+255=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #0034FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0034FF is #FFCB00. Grayscale: #3A3A3A. Windows color (decimal): -16763649 or 16724992. OLE color: 16724992.

HSL color Cylindrical-coordinate representation of color #0034FF: hue angle of 227.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0034FF is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB052255-
CMYK10.8000
HSL227.76º100%50%-
HSV(B)227.76º100%100%-
XYZ19.289.6895.46-
YUV59.59238.2785.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 255 (100% from 255) = 83.06%
R=0%
G=16.94%
B=83.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal05225510.8000227.7610050
Hex034FF645000e46432
Octal0643771441200034414462
Binary0110100111111111100100101000000111001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0034FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0034FF; }

 p { color: rgb(0,52,255); }

 H1.HeaderClassName
 {
   color: #0034FF;
 }
 .AnyTagClassName
 {
   color: #0034FF;
 }
</style>
background-color css

<style>
 a { background-color: #0034FF; }

 a { background-color: rgb(0,52,255); }

 div.DivClassName
 {
   background-color: #0034FF;
 }
 .BgClassName
 {
   background-color: #0034FF;
 }
</style>
border-color css

<style>
 span { border-color: #0034FF; }

 span { border-color: rgb(0,52,255); }

 td.TdClassName
 {
   border-color: #0034FF;
 }
 .TagClassName
 {
   border-color: #0034FF;
 }
</style>