#3344FF

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

Shades of Neon Blue #3344FF

Tints of Neon Blue #3344FF

Color information

#3344FF (or 0x3344FF) is unknown color: approx Neon Blue. HEX triplet: 33, 44 and FF. RGB value is (51,68,255). Sum of RGB (Red+Green+Blue) = 51+68+255=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #3344FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3344FF is #CCBB00. Grayscale: #535353. Windows color (decimal): -13417217 or 16729139. OLE color: 16729139.

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

Color convert

RGB5168255-
CMYK0.80.7300
HSL235º100%60%-
HSV(B)235º80%100%-
XYZ21.4812.0695.8-
YUV84.23224.37104.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.64%
GREEN value IS 68 (26.95% from 255) = 18.18%
BLUE value IS 255 (100% from 255) = 68.18%
R=13.64%
G=18.18%
B=68.18%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51682550.80.730023510060
Hex3344FF504900eb643c
Octal631043771201110035314474
Binary1100111000100111111111010000100100100111010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3344FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,68,255); }

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

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

 a { background-color: rgb(51,68,255); }

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

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

 span { border-color: rgb(51,68,255); }

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