#3137EA

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

Shades of Neon Blue #3137EA

Tints of Neon Blue #3137EA

Color information

#3137EA (or 0x3137EA) is unknown color: approx Neon Blue. HEX triplet: 31, 37 and EA. RGB value is (49,55,234). Sum of RGB (Red+Green+Blue) = 49+55+234=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 55 (21.88% from 255 or 16.27% 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 #3137EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3137EA is #CEC815. Grayscale: #484848. Windows color (decimal): -13551638 or 15349553. OLE color: 15349553.

HSL color Cylindrical-coordinate representation of color #3137EA: hue angle of 238.05º 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 #3137EA is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4955234-
CMYK0.790.7600.08
HSL238.05º81.5%55.49%-
HSV(B)238.05º79.06%91.76%-
XYZ17.489.3378.72-
YUV73.61218.51110.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49552340.790.7600.08238.0581.555.49
Hex3137EA4F4C08ee5137
Octal616735211711401035612167
Binary110001110111111010101001111100110001000111011101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3137EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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