#3335EE

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

Shades of Neon Blue #3335EE

Tints of Neon Blue #3335EE

Color information

#3335EE (or 0x3335EE) is unknown color: approx Neon Blue. HEX triplet: 33, 35 and EE. RGB value is (51,53,238). Sum of RGB (Red+Green+Blue) = 51+53+238=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 238 (93.36% from 255 or 69.59% from 342); Max value from RGB is 238 - color contains mainly: blue. Hex color #3335EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3335EE is #CCCA11. Grayscale: #484848. Windows color (decimal): -13421074 or 15611187. OLE color: 15611187.

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

Color convert

RGB5153238-
CMYK0.790.7800.07
HSL239.36º84.62%56.67%-
HSV(B)239.36º78.57%93.33%-
XYZ18.079.4281.76-
YUV73.49220.84111.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.91%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 238 (93.36% from 255) = 69.59%
R=14.91%
G=15.50%
B=69.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51532380.790.7800.07239.3684.6256.67
Hex3335EE4F4E07ef5539
Octal63653561171160735712571
Binary11001111010111101110100111110011100111111011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3335EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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