#3344EE

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

Shades of Neon Blue #3344EE

Tints of Neon Blue #3344EE

Color information

#3344EE (or 0x3344EE) is unknown color: approx Neon Blue. HEX triplet: 33, 44 and EE. RGB value is (51,68,238). Sum of RGB (Red+Green+Blue) = 51+68+238=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #3344EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3344EE is #CCBB11. Grayscale: #515151. Windows color (decimal): -13417234 or 15615027. OLE color: 15615027.

HSL color Cylindrical-coordinate representation of color #3344EE: hue angle of 234.55º 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 #3344EE is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5168238-
CMYK0.790.7100.07
HSL234.55º84.62%56.67%-
HSV(B)234.55º78.57%93.33%-
XYZ18.8611.0182.02-
YUV82.3215.87105.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 238 (93.36% from 255) = 66.67%
R=14.29%
G=19.05%
B=66.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51682380.790.7100.07234.5584.6256.67
Hex3344EE4F4707eb5539
Octal631043561171070735312571
Binary110011100010011101110100111110001110111111010111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3344EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3344EE; }

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

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

<style>
 a { background-color: #3344EE; }

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

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

<style>
 span { border-color: #3344EE; }

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

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