#334aed

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

Shades of Neon Blue #334AED

Tints of Neon Blue #334AED

Color information

#334AED (or 0x334AED) is unknown color: approx Neon Blue. HEX triplet: 33, 4A and ED. RGB value is (51,74,237). Sum of RGB (Red+Green+Blue) = 51+74+237=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #334AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AED is #CCB512. Grayscale: #555555. Windows color (decimal): -13415699 or 15551027. OLE color: 15551027.

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

Color convert

RGB5174237-
CMYK0.780.6900.07
HSL232.58º83.78%56.47%-
HSV(B)232.58º78.48%92.94%-
XYZ19.111.7281.38-
YUV85.7213.38103.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.09%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 237 (92.97% from 255) = 65.47%
R=14.09%
G=20.44%
B=65.47%

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
Decimal51742370.780.6900.07232.5883.7856.47
Hex334AED4E4507e95438
Octal631123551161050735112470
Binary110011100101011101101100111010001010111111010011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334aed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334aed; }

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

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

<style>
 a { background-color: #334aed; }

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

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

<style>
 span { border-color: #334aed; }

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

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