#3348FF

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

Shades of Neon Blue #3348FF

Tints of Neon Blue #3348FF

Color information

#3348FF (or 0x3348FF) is unknown color: approx Neon Blue. HEX triplet: 33, 48 and FF. RGB value is (51,72,255). Sum of RGB (Red+Green+Blue) = 51+72+255=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #3348FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3348FF is #CCB700. Grayscale: #555555. Windows color (decimal): -13416193 or 16730163. OLE color: 16730163.

HSL color Cylindrical-coordinate representation of color #3348FF: hue angle of 233.82º 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 #3348FF is Cyan = 0.8, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5172255-
CMYK0.80.7200
HSL233.82º100%60%-
HSV(B)233.82º80%100%-
XYZ21.7312.5695.89-
YUV86.58223.04102.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.49%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 255 (100% from 255) = 67.46%
R=13.49%
G=19.05%
B=67.46%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51722550.80.7200233.8210060
Hex3348FF504800ea643c
Octal631103771201100035214474
Binary1100111001000111111111010000100100000111010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3348FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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