#344AED

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

Shades of Neon Blue #344AED

Tints of Neon Blue #344AED

Color information

#344AED (or 0x344AED) is unknown color: approx Neon Blue. HEX triplet: 34, 4A and ED. RGB value is (52,74,237). Sum of RGB (Red+Green+Blue) = 52+74+237=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #344AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344AED is #CBB512. Grayscale: #555555. Windows color (decimal): -13350163 or 15551028. OLE color: 15551028.

HSL color Cylindrical-coordinate representation of color #344AED: hue angle of 232.86º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344AED is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5274237-
CMYK0.780.6900.07
HSL232.86º83.71%56.67%-
HSV(B)232.86º78.06%92.94%-
XYZ19.1511.7481.38-
YUV86213.21103.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.33%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 237 (92.97% from 255) = 65.29%
R=14.33%
G=20.39%
B=65.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52742370.780.6900.07232.8683.7156.67
Hex344AED4E4507e95439
Octal641123551161050735112471
Binary110100100101011101101100111010001010111111010011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344AED; }

 p { color: rgb(52,74,237); }

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

<style>
 a { background-color: #344AED; }

 a { background-color: rgb(52,74,237); }

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

<style>
 span { border-color: #344AED; }

 span { border-color: rgb(52,74,237); }

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