#334AEE

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

Shades of Neon Blue #334AEE

Tints of Neon Blue #334AEE

Color information

#334AEE (or 0x334AEE) is unknown color: approx Neon Blue. HEX triplet: 33, 4A and EE. RGB value is (51,74,238). Sum of RGB (Red+Green+Blue) = 51+74+238=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #334AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AEE is #CCB511. Grayscale: #555555. Windows color (decimal): -13415698 or 15616563. OLE color: 15616563.

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

Color convert

RGB5174238-
CMYK0.790.6900.07
HSL232.62º84.62%56.67%-
HSV(B)232.62º78.57%93.33%-
XYZ19.2511.7782.15-
YUV85.82213.88103.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.05%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 238 (93.36% from 255) = 65.56%
R=14.05%
G=20.39%
B=65.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51742380.790.6900.07232.6284.6256.67
Hex334AEE4F4507e95539
Octal631123561171050735112571
Binary110011100101011101110100111110001010111111010011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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