#3441E8

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

Shades of Neon Blue #3441E8

Tints of Neon Blue #3441E8

Color information

#3441E8 (or 0x3441E8) is unknown color: approx Neon Blue. HEX triplet: 34, 41 and E8. RGB value is (52,65,232). Sum of RGB (Red+Green+Blue) = 52+65+232=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 232 (91.02% from 255 or 66.48% from 349); Max value from RGB is 232 - color contains mainly: blue. Hex color #3441E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3441E8 is #CBBE17. Grayscale: #4F4F4F. Windows color (decimal): -13352472 or 15221044. OLE color: 15221044.

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

Color convert

RGB5265232-
CMYK0.780.7200.09
HSL235.67º79.65%55.69%-
HSV(B)235.67º77.59%90.98%-
XYZ17.8710.3477.4-
YUV80.15213.69107.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.90%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 232 (91.02% from 255) = 66.48%
R=14.90%
G=18.62%
B=66.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal52652320.780.7200.09235.6779.6555.69
Hex3441E84E4809ec5038
Octal6410135011611001135412070
Binary1101001000001111010001001110100100001001111011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3441E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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