#3033e8

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

Shades of Neon Blue #3033E8

Tints of Neon Blue #3033E8

Color information

#3033E8 (or 0x3033E8) is unknown color: approx Neon Blue. HEX triplet: 30, 33 and E8. RGB value is (48,51,232). Sum of RGB (Red+Green+Blue) = 48+51+232=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 232 (91.02% from 255 or 70.09% from 331); Max value from RGB is 232 - color contains mainly: blue. Hex color #3033E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3033E8 is #CFCC17. Grayscale: #464646. Windows color (decimal): -13618200 or 15217456. OLE color: 15217456.

HSL color Cylindrical-coordinate representation of color #3033E8: hue angle of 239.02º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3033E8 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4851232-
CMYK0.790.7800.09
HSL239.02º80%54.9%-
HSV(B)239.02º79.31%90.98%-
XYZ16.978.8277.15-
YUV70.74219.01111.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.50%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 232 (91.02% from 255) = 70.09%
R=14.50%
G=15.41%
B=70.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal48512320.790.7800.09239.028054.9
Hex3033E84F4E09ef5037
Octal606335011711601135712067
Binary110000110011111010001001111100111001001111011111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3033e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3033e8; }

 p { color: rgb(48,51,232); }

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

<style>
 a { background-color: #3033e8; }

 a { background-color: rgb(48,51,232); }

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

<style>
 span { border-color: #3033e8; }

 span { border-color: rgb(48,51,232); }

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