#3537FF

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

Shades of Neon Blue #3537FF

Tints of Neon Blue #3537FF

Color information

#3537FF (or 0x3537FF) is unknown color: approx Neon Blue. HEX triplet: 35, 37 and FF. RGB value is (53,55,255). Sum of RGB (Red+Green+Blue) = 53+55+255=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #3537FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3537FF is #CAC800. Grayscale: #4C4C4C. Windows color (decimal): -13289473 or 16725813. OLE color: 16725813.

HSL color Cylindrical-coordinate representation of color #3537FF: hue angle of 239.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3537FF is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5355255-
CMYK0.790.7800
HSL239.41º100%60.39%-
HSV(B)239.41º79.22%100%-
XYZ20.8810.7195.57-
YUV77.2228.34110.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 55 (21.88% from 255) = 15.15%
BLUE value IS 255 (100% from 255) = 70.25%
R=14.60%
G=15.15%
B=70.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal53552550.790.7800239.4110060.39
Hex3537FF4F4E00ef643c
Octal65673771171160035714474
Binary110101110111111111111001111100111000111011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3537FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3537FF; }

 p { color: rgb(53,55,255); }

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

<style>
 a { background-color: #3537FF; }

 a { background-color: rgb(53,55,255); }

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

<style>
 span { border-color: #3537FF; }

 span { border-color: rgb(53,55,255); }

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