#3134E5

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

Shades of Neon Blue #3134E5

Tints of Neon Blue #3134E5

Color information

#3134E5 (or 0x3134E5) is unknown color: approx Neon Blue. HEX triplet: 31, 34 and E5. RGB value is (49,52,229). Sum of RGB (Red+Green+Blue) = 49+52+229=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 229 (89.84% from 255 or 69.39% from 330); Max value from RGB is 229 - color contains mainly: blue. Hex color #3134E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3134E5 is #CECB1A. Grayscale: #464646. Windows color (decimal): -13552411 or 15021105. OLE color: 15021105.

HSL color Cylindrical-coordinate representation of color #3134E5: hue angle of 239º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3134E5 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4952229-
CMYK0.790.7700.10
HSL239º77.59%54.51%-
HSV(B)239º78.6%89.8%-
XYZ16.648.7774.94-
YUV71.28217.01112.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.85%
GREEN value IS 52 (20.70% from 255) = 15.76%
BLUE value IS 229 (89.84% from 255) = 69.39%
R=14.85%
G=15.76%
B=69.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal49522290.790.7700.1023977.5954.51
Hex3134E54F4D0Aef4e37
Octal616434511711501235711667
Binary110001110100111001011001111100110101010111011111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3134E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3134E5; }

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

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

<style>
 a { background-color: #3134E5; }

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

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

<style>
 span { border-color: #3134E5; }

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

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