#3A36E1

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

Shades of Neon Blue #3A36E1

Tints of Neon Blue #3A36E1

Color information

#3A36E1 (or 0x3A36E1) is unknown color: approx Neon Blue. HEX triplet: 3A, 36 and E1. RGB value is (58,54,225). Sum of RGB (Red+Green+Blue) = 58+54+225=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #3A36E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A36E1 is #C5C91E. Grayscale: #4A4A4A. Windows color (decimal): -12962079 or 14759482. OLE color: 14759482.

HSL color Cylindrical-coordinate representation of color #3A36E1: hue angle of 241.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A36E1 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5854225-
CMYK0.740.7600.12
HSL241.4º74.03%54.71%-
HSV(B)241.4º76%88.24%-
XYZ16.658.9772.09-
YUV74.69212.83116.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.21%
GREEN value IS 54 (21.48% from 255) = 16.02%
BLUE value IS 225 (88.28% from 255) = 66.77%
R=17.21%
G=16.02%
B=66.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58542250.740.7600.12241.474.0354.71
Hex3A36E14A4C0Cf14a37
Octal726634111211401436111267
Binary111010110110111000011001010100110001100111100011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A36E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A36E1; }

 p { color: rgb(58,54,225); }

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

<style>
 a { background-color: #3A36E1; }

 a { background-color: rgb(58,54,225); }

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

<style>
 span { border-color: #3A36E1; }

 span { border-color: rgb(58,54,225); }

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