#3440FF

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

Shades of Neon Blue #3440FF

Tints of Neon Blue #3440FF

Color information

#3440FF (or 0x3440FF) is unknown color: approx Neon Blue. HEX triplet: 34, 40 and FF. RGB value is (52,64,255). Sum of RGB (Red+Green+Blue) = 52+64+255=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #3440FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3440FF is #CBBF00. Grayscale: #515151. Windows color (decimal): -13352705 or 16728116. OLE color: 16728116.

HSL color Cylindrical-coordinate representation of color #3440FF: hue angle of 236.45º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3440FF is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5264255-
CMYK0.800.7500
HSL236.45º100%60.2%-
HSV(B)236.45º79.61%100%-
XYZ21.311.6295.73-
YUV82.19225.52106.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.02%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 255 (100% from 255) = 68.73%
R=14.02%
G=17.25%
B=68.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal52642550.800.7500236.4510060.2
Hex3440FF504B00ec643c
Octal641003771201130035414474
Binary1101001000000111111111010000100101100111011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3440FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3440FF; }

 p { color: rgb(52,64,255); }

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

<style>
 a { background-color: #3440FF; }

 a { background-color: rgb(52,64,255); }

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

<style>
 span { border-color: #3440FF; }

 span { border-color: rgb(52,64,255); }

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