#2E34E5

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

Shades of Neon Blue #2E34E5

Tints of Neon Blue #2E34E5

Color information

#2E34E5 (or 0x2E34E5) is unknown color: approx Neon Blue. HEX triplet: 2E, 34 and E5. RGB value is (46,52,229). Sum of RGB (Red+Green+Blue) = 46+52+229=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #2E34E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E34E5 is #D1CB1A. Grayscale: #454545. Windows color (decimal): -13749019 or 15021102. OLE color: 15021102.

HSL color Cylindrical-coordinate representation of color #2E34E5: hue angle of 238.03º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E34E5 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4652229-
CMYK0.800.7700.10
HSL238.03º77.87%53.92%-
HSV(B)238.03º79.91%89.8%-
XYZ16.58.6974.94-
YUV70.38217.51110.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.07%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 229 (89.84% from 255) = 70.03%
R=14.07%
G=15.90%
B=70.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal46522290.800.7700.10238.0377.8753.92
Hex2E34E5504D0Aee4e36
Octal566434512011501235611666
Binary101110110100111001011010000100110101010111011101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E34E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E34E5; }

 p { color: rgb(46,52,229); }

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

<style>
 a { background-color: #2E34E5; }

 a { background-color: rgb(46,52,229); }

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

<style>
 span { border-color: #2E34E5; }

 span { border-color: rgb(46,52,229); }

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