#3343FF

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

Shades of Neon Blue #3343FF

Tints of Neon Blue #3343FF

Color information

#3343FF (or 0x3343FF) is unknown color: approx Neon Blue. HEX triplet: 33, 43 and FF. RGB value is (51,67,255). Sum of RGB (Red+Green+Blue) = 51+67+255=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #3343FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3343FF is #CCBC00. Grayscale: #525252. Windows color (decimal): -13417473 or 16728883. OLE color: 16728883.

HSL color Cylindrical-coordinate representation of color #3343FF: hue angle of 235.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3343FF is Cyan = 0.8, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5167255-
CMYK0.80.7400
HSL235.29º100%60%-
HSV(B)235.29º80%100%-
XYZ21.4211.9495.78-
YUV83.65224.7104.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.67%
GREEN value IS 67 (26.56% from 255) = 17.96%
BLUE value IS 255 (100% from 255) = 68.36%
R=13.67%
G=17.96%
B=68.36%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51672550.80.7400235.2910060
Hex3343FF504A00eb643c
Octal631033771201120035314474
Binary1100111000011111111111010000100101000111010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3343FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3343FF; }

 p { color: rgb(51,67,255); }

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

<style>
 a { background-color: #3343FF; }

 a { background-color: rgb(51,67,255); }

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

<style>
 span { border-color: #3343FF; }

 span { border-color: rgb(51,67,255); }

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