#3539EA

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

Shades of Neon Blue #3539EA

Tints of Neon Blue #3539EA

Color information

#3539EA (or 0x3539EA) is unknown color: approx Neon Blue. HEX triplet: 35, 39 and EA. RGB value is (53,57,234). Sum of RGB (Red+Green+Blue) = 53+57+234=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #3539EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3539EA is #CAC615. Grayscale: #4B4B4B. Windows color (decimal): -13288982 or 15350069. OLE color: 15350069.

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

Color convert

RGB5357234-
CMYK0.770.7600.08
HSL238.67º81.17%56.27%-
HSV(B)238.67º77.35%91.76%-
XYZ17.789.6278.76-
YUV75.98217.17111.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.41%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 234 (91.80% from 255) = 68.02%
R=15.41%
G=16.57%
B=68.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal53572340.770.7600.08238.6781.1756.27
Hex3539EA4D4C08ef5138
Octal657135211511401035712170
Binary110101111001111010101001101100110001000111011111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3539EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,57,234); }

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

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

 a { background-color: rgb(53,57,234); }

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

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

 span { border-color: rgb(53,57,234); }

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