#3645E5

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

Shades of Neon Blue #3645E5

Tints of Neon Blue #3645E5

Color information

#3645E5 (or 0x3645E5) is unknown color: approx Neon Blue. HEX triplet: 36, 45 and E5. RGB value is (54,69,229). Sum of RGB (Red+Green+Blue) = 54+69+229=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #3645E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3645E5 is #C9BA1A. Grayscale: #525252. Windows color (decimal): -13220379 or 15025462. OLE color: 15025462.

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

Color convert

RGB5469229-
CMYK0.760.7000.10
HSL234.86º77.09%55.49%-
HSV(B)234.86º76.42%89.8%-
XYZ17.7910.775.26-
YUV82.76210.53107.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.34%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 229 (89.84% from 255) = 65.06%
R=15.34%
G=19.60%
B=65.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal54692290.760.7000.10234.8677.0955.49
Hex3645E54C460Aeb4d37
Octal6610534511410601235311567
Binary1101101000101111001011001100100011001010111010111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3645E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,69,229); }

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

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

 a { background-color: rgb(54,69,229); }

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

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

 span { border-color: rgb(54,69,229); }

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