#3A33E0

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

Shades of Neon Blue #3A33E0

Tints of Neon Blue #3A33E0

Color information

#3A33E0 (or 0x3A33E0) is unknown color: approx Neon Blue. HEX triplet: 3A, 33 and E0. RGB value is (58,51,224). Sum of RGB (Red+Green+Blue) = 58+51+224=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 224 (87.89% from 255 or 67.27% from 333); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A33E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A33E0 is #C5CC1F. Grayscale: #484848. Windows color (decimal): -12962848 or 14693178. OLE color: 14693178.

HSL color Cylindrical-coordinate representation of color #3A33E0: hue angle of 242.43º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A33E0 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5851224-
CMYK0.740.7700.12
HSL242.43º73.62%53.92%-
HSV(B)242.43º77.23%87.84%-
XYZ16.388.6571.33-
YUV72.82213.32117.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.42%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 224 (87.89% from 255) = 67.27%
R=17.42%
G=15.32%
B=67.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58512240.740.7700.12242.4373.6253.92
Hex3A33E04A4D0Cf24a36
Octal726334011211501436211266
Binary111010110011111000001001010100110101100111100101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A33E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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