#3349E8

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

Shades of Neon Blue #3349E8

Tints of Neon Blue #3349E8

Color information

#3349E8 (or 0x3349E8) is unknown color: approx Neon Blue. HEX triplet: 33, 49 and E8. RGB value is (51,73,232). Sum of RGB (Red+Green+Blue) = 51+73+232=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 232 (91.02% from 255 or 65.17% from 356); Max value from RGB is 232 - color contains mainly: blue. Hex color #3349E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3349E8 is #CCB617. Grayscale: #535353. Windows color (decimal): -13415960 or 15223091. OLE color: 15223091.

HSL color Cylindrical-coordinate representation of color #3349E8: hue angle of 232.71º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3349E8 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5173232-
CMYK0.780.6900.09
HSL232.71º79.74%55.49%-
HSV(B)232.71º78.02%90.98%-
XYZ18.3111.377.56-
YUV84.55211.21104.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 232 (91.02% from 255) = 65.17%
R=14.33%
G=20.51%
B=65.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal51732320.780.6900.09232.7179.7455.49
Hex3349E84E4509e95037
Octal6311135011610501135112067
Binary1100111001001111010001001110100010101001111010011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3349E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3349E8; }

 p { color: rgb(51,73,232); }

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

<style>
 a { background-color: #3349E8; }

 a { background-color: rgb(51,73,232); }

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

<style>
 span { border-color: #3349E8; }

 span { border-color: rgb(51,73,232); }

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