#3541E8

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

Shades of Neon Blue #3541E8

Tints of Neon Blue #3541E8

Color information

#3541E8 (or 0x3541E8) is unknown color: approx Neon Blue. HEX triplet: 35, 41 and E8. RGB value is (53,65,232). Sum of RGB (Red+Green+Blue) = 53+65+232=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 232 (91.02% from 255 or 66.29% from 350); Max value from RGB is 232 - color contains mainly: blue. Hex color #3541E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3541E8 is #CABE17. Grayscale: #4F4F4F. Windows color (decimal): -13286936 or 15221045. OLE color: 15221045.

HSL color Cylindrical-coordinate representation of color #3541E8: hue angle of 235.98º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3541E8 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5365232-
CMYK0.770.7200.09
HSL235.98º79.56%55.88%-
HSV(B)235.98º77.16%90.98%-
XYZ17.9210.3677.4-
YUV80.45213.52108.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 232 (91.02% from 255) = 66.29%
R=15.14%
G=18.57%
B=66.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal53652320.770.7200.09235.9879.5655.88
Hex3541E84D4809ec5038
Octal6510135011511001135412070
Binary1101011000001111010001001101100100001001111011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3541E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3541E8; }

 p { color: rgb(53,65,232); }

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

<style>
 a { background-color: #3541E8; }

 a { background-color: rgb(53,65,232); }

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

<style>
 span { border-color: #3541E8; }

 span { border-color: rgb(53,65,232); }

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