#3A33E4

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

Shades of Neon Blue #3A33E4

Tints of Neon Blue #3A33E4

Color information

#3A33E4 (or 0x3A33E4) is unknown color: approx Neon Blue. HEX triplet: 3A, 33 and E4. RGB value is (58,51,228). Sum of RGB (Red+Green+Blue) = 58+51+228=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 228 (89.45% from 255 or 67.66% from 337); Max value from RGB is 228 - color contains mainly: blue. Hex color #3A33E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A33E4 is #C5CC1B. Grayscale: #484848. Windows color (decimal): -12962844 or 14955322. OLE color: 14955322.

HSL color Cylindrical-coordinate representation of color #3A33E4: hue angle of 242.37º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A33E4 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5851228-
CMYK0.750.7800.11
HSL242.37º76.62%54.71%-
HSV(B)242.37º77.63%89.41%-
XYZ16.938.8774.22-
YUV73.27215.32117.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.21%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 228 (89.45% from 255) = 67.66%
R=17.21%
G=15.13%
B=67.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal58512280.750.7800.11242.3776.6254.71
Hex3A33E44B4E0Bf24d37
Octal726334411311601336211567
Binary111010110011111001001001011100111001011111100101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A33E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,228); }

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

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

 a { background-color: rgb(58,51,228); }

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

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

 span { border-color: rgb(58,51,228); }

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