#3533EE

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

Shades of Neon Blue #3533EE

Tints of Neon Blue #3533EE

Color information

#3533EE (or 0x3533EE) is unknown color: approx Neon Blue. HEX triplet: 35, 33 and EE. RGB value is (53,51,238). Sum of RGB (Red+Green+Blue) = 53+51+238=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 51 (20.31% from 255 or 14.91% 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 #3533EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3533EE is #CACC11. Grayscale: #484848. Windows color (decimal): -13290514 or 15610677. OLE color: 15610677.

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

Color convert

RGB5351238-
CMYK0.780.7900.07
HSL240.64º84.62%56.67%-
HSV(B)240.64º78.57%93.33%-
XYZ18.089.381.73-
YUV72.92221.16113.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53512380.780.7900.07240.6484.6256.67
Hex3533EE4E4F07f15539
Octal65633561161170736112571
Binary11010111001111101110100111010011110111111100011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3533EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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