#3A38ED

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

Shades of Neon Blue #3A38ED

Tints of Neon Blue #3A38ED

Color information

#3A38ED (or 0x3A38ED) is unknown color: approx Neon Blue. HEX triplet: 3A, 38 and ED. RGB value is (58,56,237). Sum of RGB (Red+Green+Blue) = 58+56+237=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #3A38ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A38ED is #C5C712. Grayscale: #4C4C4C. Windows color (decimal): -12961555 or 15546426. OLE color: 15546426.

HSL color Cylindrical-coordinate representation of color #3A38ED: hue angle of 240.66º 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 #3A38ED is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5856237-
CMYK0.760.7600.07
HSL240.66º83.41%57.45%-
HSV(B)240.66º76.37%92.94%-
XYZ18.459.8481.05-
YUV77.23218.16114.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.52%
GREEN value IS 56 (22.27% from 255) = 15.95%
BLUE value IS 237 (92.97% from 255) = 67.52%
R=16.52%
G=15.95%
B=67.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58562370.760.7600.07240.6683.4157.45
Hex3A38ED4C4C07f15339
Octal72703551141140736112371
Binary11101011100011101101100110010011000111111100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A38ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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