#3B38ED

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

Shades of Neon Blue #3B38ED

Tints of Neon Blue #3B38ED

Color information

#3B38ED (or 0x3B38ED) is unknown color: approx Neon Blue. HEX triplet: 3B, 38 and ED. RGB value is (59,56,237). Sum of RGB (Red+Green+Blue) = 59+56+237=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B38ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B38ED is #C4C712. Grayscale: #4C4C4C. Windows color (decimal): -12896019 or 15546427. OLE color: 15546427.

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

Color convert

RGB5956237-
CMYK0.750.7600.07
HSL240.99º83.41%57.45%-
HSV(B)240.99º76.37%92.94%-
XYZ18.59.8781.05-
YUV77.53217.99114.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.76%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 237 (92.97% from 255) = 67.33%
R=16.76%
G=15.91%
B=67.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal59562370.750.7600.07240.9983.4157.45
Hex3B38ED4B4C07f15339
Octal73703551131140736112371
Binary11101111100011101101100101110011000111111100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B38ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,56,237); }

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

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

 a { background-color: rgb(59,56,237); }

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

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

 span { border-color: rgb(59,56,237); }

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