#3731EA

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

Shades of Neon Blue #3731EA

Tints of Neon Blue #3731EA

Color information

#3731EA (or 0x3731EA) is unknown color: approx Neon Blue. HEX triplet: 37, 31 and EA. RGB value is (55,49,234). Sum of RGB (Red+Green+Blue) = 55+49+234=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #3731EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3731EA is #C8CE15. Grayscale: #474747. Windows color (decimal): -13159958 or 15348023. OLE color: 15348023.

HSL color Cylindrical-coordinate representation of color #3731EA: hue angle of 241.95º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3731EA is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5549234-
CMYK0.760.7900.08
HSL241.95º81.5%55.49%-
HSV(B)241.95º79.06%91.76%-
XYZ17.538.9578.65-
YUV71.88219.49115.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.27%
GREEN value IS 49 (19.53% from 255) = 14.50%
BLUE value IS 234 (91.80% from 255) = 69.23%
R=16.27%
G=14.50%
B=69.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal55492340.760.7900.08241.9581.555.49
Hex3731EA4C4F08f25137
Octal676135211411701036212167
Binary110111110001111010101001100100111101000111100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3731EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3731EA; }

 p { color: rgb(55,49,234); }

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

<style>
 a { background-color: #3731EA; }

 a { background-color: rgb(55,49,234); }

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

<style>
 span { border-color: #3731EA; }

 span { border-color: rgb(55,49,234); }

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