#3A37EE

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

Shades of Neon Blue #3A37EE

Tints of Neon Blue #3A37EE

Color information

#3A37EE (or 0x3A37EE) is unknown color: approx Neon Blue. HEX triplet: 3A, 37 and EE. RGB value is (58,55,238). Sum of RGB (Red+Green+Blue) = 58+55+238=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #3A37EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A37EE is #C5C811. Grayscale: #4C4C4C. Windows color (decimal): -12961810 or 15611706. OLE color: 15611706.

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

Color convert

RGB5855238-
CMYK0.760.7700.07
HSL240.98º84.33%57.45%-
HSV(B)240.98º76.89%93.33%-
XYZ18.549.881.8-
YUV76.76218.99114.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.52%
GREEN value IS 55 (21.88% from 255) = 15.67%
BLUE value IS 238 (93.36% from 255) = 67.81%
R=16.52%
G=15.67%
B=67.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58552380.760.7700.07240.9884.3357.45
Hex3A37EE4C4D07f15439
Octal72673561141150736112471
Binary11101011011111101110100110010011010111111100011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A37EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,238); }

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

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

 a { background-color: rgb(58,55,238); }

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

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

 span { border-color: rgb(58,55,238); }

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