#3B37EC

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

Shades of Neon Blue #3B37EC

Tints of Neon Blue #3B37EC

Color information

#3B37EC (or 0x3B37EC) is unknown color: approx Neon Blue. HEX triplet: 3B, 37 and EC. RGB value is (59,55,236). Sum of RGB (Red+Green+Blue) = 59+55+236=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #3B37EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B37EC is #C4C813. Grayscale: #4C4C4C. Windows color (decimal): -12896276 or 15480635. OLE color: 15480635.

HSL color Cylindrical-coordinate representation of color #3B37EC: hue angle of 241.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B37EC is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5955236-
CMYK0.750.7700.07
HSL241.33º82.65%57.06%-
HSV(B)241.33º76.69%92.55%-
XYZ18.319.7280.27-
YUV76.83217.83115.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.86%
GREEN value IS 55 (21.88% from 255) = 15.71%
BLUE value IS 236 (92.58% from 255) = 67.43%
R=16.86%
G=15.71%
B=67.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal59552360.750.7700.07241.3382.6557.06
Hex3B37EC4B4D07f15339
Octal73673541131150736112371
Binary11101111011111101100100101110011010111111100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B37EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B37EC; }

 p { color: rgb(59,55,236); }

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

<style>
 a { background-color: #3B37EC; }

 a { background-color: rgb(59,55,236); }

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

<style>
 span { border-color: #3B37EC; }

 span { border-color: rgb(59,55,236); }

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